Exception Handling Automation

Exception Handling is an activity group designed to gracefully handle exception that might occur when running a bot so that the typical workflow of the RPA Model can be maintained. An exception in RPA bot execution can be defined as any event or error that generally disrupts the typical workflow of the RPA Model.

Since RPA bots are generally run in unattended mode, a key advantage of Exception Handling activities is to help continue the processing of the bot when a runtime error occurs, so that the user does not have to manually restart or rerun the bot to complete rest of the automation tasks.

You can use these activities to perform the following types of task:

  • Hold an activity that might cause an exception.
  • Hold an activity that would be executed if no error occurs or an error is already identified.
  • Log custom message in the log file when an error occurs.
  • Defines how the workflow is executed or processed if an error is encountered.
  • Take a screenshot of the screen when an error occurs and then save it to a file.
  • Start the new task or activity when an error occurs.
  • Add a block of activities between the advanced error handling activities (with Try and End Try type) to monitor if the activities cause any exception.

Exception Handling Activities

The Exception Handling group includes the following activities: