Can anyone give the guidelines for error management in Workflow and Best practises to follow? Also i am interested to know about how to handle unexpected runtime errors in workflow, and when some error appears, how can I to retry the execution??
U can handle the exceptions in workflow by wiring the exception flow as u wish to handle. Ex. In my workflows i handle exception and wire it to administrator function (my app admin flow). Where a notification is sent with error message or a task is created to administrator for action. As the admin fixes the issue… the flow is wired back to point of failure.