Question
1
Replies
1880
Views
LTI
Posted: February 8, 2018
Last activity: February 8, 2018
Closed
Exception handling in Pega robotics automation
Hi All,
Can anyone explain me how to handle exception in RPA.
1. How can i log exceptions.
2. Scenarios where i can use exception handling.
3. Necessary area to use exception
4. How can i log this exception in logs.
4.1 where do i configure settings.
4.2 what are the components in toolbox wee need to use.
Please add any important information is required ti handle exception.
Let me know if i am not clear.
Thanks,
Arunreddy.
Using the built in logging (when enabled) all exceptions will be logged to the local machine. Exceptions can be handled by using Try and Catch blocks in your automations. You should use exception handling to ensure that your Robotic Activities complete - an unhandled exception on a Robotic Activity will cause the robot to stop receiving new assignments.
The help system has quite a bit of documentation on the Diagnostic Logging capability. I would suggest starting there.