Skip to main content

7 replies

davidj137213
December 1, 2023

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

nicolasAuthor
December 2, 2023

I'm talking about Appian RPA. Do you know any action to handle unexpected errors from third-party applications?

sriramk5349
December 5, 2023

Hi [mention:cf63013e189d4396bcbd697f49626cbc:e9ed411860ed4f2ba0265705b8793d05] ,

Please go through this link here. Few best practices are given for business exceptions and unplanned exceptions. Those might help you.

stefanhelzle0001
December 1, 2023

That does not exist in Appian. And is also not necessary, at least not in my 14 years of experience.

nicolasAuthor
December 2, 2023

I'm talking about Appian RPA. Is there any action useful for this case?

stefanhelzle0001
December 2, 2023

I am not doing much RPA. Maybe the documentation helps.

docs.appian.com/.../design-patterns.html

December 4, 2023

There is not such a low-code method in RPA, but all system exceptions will result in a failed robotic task execution. If you're initiating the task from a process model, you can handle these failures using the output of the Execute Robotic Task smart service and do your error handling accordingly in process.