Question
Accenture Inc
PH
Accenture Inc
Posted: Oct 24, 2019
Last activity: Oct 24, 2019
Last activity: 24 Oct 2019 10:42 EDT
Closed
Best Practice for Try Catch
Hi All,
Is there a link for the best practice for using Try Catch in automations? Currently we're using multiple catch blocks for every path the automation will take
Appreciate any feedback.
I don't really know of a document. I think best practice is basically how you would use them in code. They really aren't necessary unless you know of a specific area where an exception could occur.
Unless you want to take action at a specific point in the automation in the event of an exception, you might just want to wrap the entire process. The easiest way to do that is from the outer-most automation. I would start there rather than having too many inside your automations.