Skip to main content
February 24, 2022
Question

How to capture the bot exception in clean up section

  • February 24, 2022
  • 6 replies
  • 0 views

Hey,

How to capture the Bot exception in the "Clean Up" section of the Bot.

Thanks

6 replies

richardm900458
February 24, 2022

Hi thara,
your question is impossible to answer regarding the total lack of information:

1.) where are you at exactly?
2. What is your overall scneraio/context?
3.) What do you try to archive?
4.) Where are you stuck exactly? (I guess rpa?)


February 24, 2022

Hi Richard and rpa folks,

Thank you! Of course, my question is regarding the appian rpa. We created no of Bots in Appian rpa w/recommanded design pattern. we are able to handling business exceptions and drive the appian process model as required.

Q. How to handle unplanned exceptions in the robotic process level. Is there any method or work around to capture the unplanned or intermitttent exceptions in "Clean Up" section?

I understand that "Clean up" section is a default section would execute at the end of process.

Thanks

danny.verb
February 24, 2022

Within the smart service 'Execute Robotic Process' there is a field in the Data -> Outputs tab called 'failedSection' which will return the name of the Action Group where a robotic process failed. Does that meet you use case? Why do you need to know where a robot failed when the robot is in the clean up section?