Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hello All,
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??
Can anyone help me??
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.