Continue on error

Continue on Error is a functionality or setting in an RPA platform that enables a robot or automation workflow to proceed with the execution even if an error occurs during a specific step or activity. These are the best practices to use this functionality:

  • Explore scenarios where " Continue on Error " is particularly useful. For example, handling intermittent errors or non-fatal exceptions.
  • Configure the " Continue on Error" settings for specific activities to control the behavior of the workflow behavior in the presence of errors.
  • Discover the method to use the Try-Catch blocks and Continue on Error functionality together for creating robust error handling mechanisms.