Page 1 of 1

Workflow Stops When There's an Error

PostPosted:Fri Dec 16, 2016 1:50 am
by alexwgordon
Hi All,

So my workflow has some points where users could cause an error, for example when they upload a file it could have a different name (then we would get a file name is different error); however, the workflow will either stop and is not recoverable or the workflow states the error and proceeds with the workflow anyway losing some data.

What is the best way to handle errors within a workflow to make sure it is recoverable and if it stops the workflow keep it in the current node until the person fixes the error?

Thanks!

Re: Workflow Stops When There's an Error

PostPosted:Tue Dec 20, 2016 3:55 pm
by alexwgordon
Any ideas on how to handle this?

Re: Workflow Stops When There's an Error

PostPosted:Wed Dec 28, 2016 7:32 am
by pavila
You can just create an "error" transition and go back to the Task Node where you request the file.

I'm not sure if I understood your problem.