- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cannot exit the workflow
Hello all,
I'm unable to exit the workflow.
Also, I tried with editing the specific workflow and closing all opened workflows, but that didn't help.
Is there any other way to exit the workflow?
Kind Regards,
Dragan Rakita
- Labels:
-
Developers
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Thanks for the answer but I had no true opened workflows. It was a strange issue.
I used the following script to exit from workflow:
row = context.getSelectedRow();
us = context.getUserService();
task = us.getTask(row.getValue("wf id"));
us.closeTask(task);
Kind regards,
Dragan Rakita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dragan,
you can go to "Workflows" in the template store. There you have an overview of all active tasks / workflows and can also cancle them.
Greetings
Sandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Thanks for the answer but I had no true opened workflows. It was a strange issue.
I used the following script to exit from workflow:
row = context.getSelectedRow();
us = context.getUserService();
task = us.getTask(row.getValue("wf id"));
us.closeTask(task);
Kind regards,
Dragan Rakita

