Page 1 of 1

Workflow Error Handling

PostPosted:Fri Apr 15, 2016 4:01 pm
by alexwgordon
Hi all,

Is there a way to send the workflow to a specific place in the workflow if an error occurs? I just want to make sure my workflow is able to recover if an error occurs! Thanks!

Re: Workflow Error Handling

PostPosted:Tue Apr 19, 2016 8:24 pm
by jllort
If the transaction fails, probably the workflow will not go to the next stage. I think a solucion could be capture any Exception and send always to an specificil mail ( with data for identifying the workflow runner ).

Re: Workflow Error Handling

PostPosted:Thu Apr 21, 2016 2:06 pm
by pavila
You should always log the errors, and optionally you can log to a table. Take a look at http://wiki.openkm.com/index.php/Workflow_utilities

Regards.