draganr
I'm new here

Cannot exit the workflow

Jump to solution

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.

267906_pastedImage_0.png

267907_pastedImage_0.png

Is there any other way to exit the workflow?

Kind Regards,

Dragan Rakita

1 Solution

Accepted Solutions

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

View solution in original post

2 Replies
bIT_sosswald
Returning Responder

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.

270160_pastedImage_0.png

Greetings

Sandro

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