


Hello,
The objective is to create a technical workflow with a query box that selects specific workflows in status Paused or Finished. And then the idea would be to have a JS code which Start or Restart the workflows (probably using a loop, one workflow at a time).
I would like to get the correct JS code to use.
Can you help?
Thank you !
Views
Replies
Sign in to like this content
Total Likes
Hello,
After generating the condition when your workflow needs to be restarted, you can use this JS code:
xtk.workflow.Restart(id)
id : the id number of the workflow that you want to restart.
Regards,
Badr.
Hello,
After generating the condition when your workflow needs to be restarted, you can use this JS code:
xtk.workflow.Restart(id)
id : the id number of the workflow that you want to restart.
Regards,
Badr.