Good evening,Can anyone tell me if there is a method to handle all unknown exceptions during an execution of an automation flow? For example a Try and Catch error.
Regards,Nicola
Discussion posts and replies are publicly visible
There is no try/catch in Appian, but you can implement an error manager in your process working with the timer event and the Appian API
I'm talking about Appian RPA. Do you know any action to handle unexpected errors from third-party applications?
Hi nicolas ,
Please go through this link here. Few best practices are given for business exceptions and unplanned exceptions. Those might help you.