Google News
logo
RPA - Interview Questions
What are the Exception Handling capabilities of RPA?
RPA tools use “Try-Catch-Finally” to handle errors during bot executions. 

Try : Enables you to specify an instance or hold an activity that might throw an error.

Catch : Enables you to specify the alternate sequence of activities or optional activity, if the bot encounters an exception.

Finally : Enables you to specify an activity that should be executed if an exception occurs or not during bot execution.
Advertisement