Workflow restart node
PostPosted:Fri Mar 15, 2013 11:08 am
Is it possible to restart node if something went wrong?
For example, handler code would be:
For example, handler code would be:
Code: Select all
And give chance to the user to fill the form again.if (fileExists) {
context.restartNode();
}