MarketplaceStudioSnippetGlobal Handler for Exceptions

Create your first automation in just a few minutes.Try Studio Web

Global Handler for Exceptions

Global Handler for Exceptions

by YouTube

Star

3

Snippet

Downloads

174

back button
back button
carouselImage0
next button
next button

Summary

Summary

Enhance your project’s error handling capability by introducing global exception handling

Overview

Overview

This snippet is a good example of Global Error Handling mechanism of UiPath. Almost every automation project handles exceptions in their own way. This exception handling can be enhanced even further by introducing Global Error Handling. This snippet is simply a plug and play workflow solution for global error handling. Just add this to your automation solution and you are ready to go!

What Global Error Handling does is, it will be the second level of error handling of any unmanaged or unexpected errors that occur while executing the workflow solutions. The global error handling xaml file will be called in such instances and it will try to retry the execution of the failed activity. The number of retry attempts are defined in the global error handler itself. If the retry attempts are successful, the workflow will continue to execute without any problem. However, if all retry attempts fail, the global error handler will terminate the execution of the process.

This snippet accepts two input arguments. Please make sure not to edit / remove these arguments as they are system defined and it will not work if you remove them. While executing these arguments will be used by the system in case of an unmanaged error. You do not need to pass anything or define invoke workflow activities to execute the global error handler.

Every retry attempt is logged in detail along with the exception information.

Project Configuration to support Global Error Handling

Please add the below line to your Project.JSON file under RuntimeOptions to enable global error handling:

exceptionHandlerWorkflow: GlobalHandlerForExceptions.xaml,

Features

Features

Plug and play Enhance the level of error handling of your automation solution Detail logs help debug run time errors

Additional Information

Additional Information

Dependencies

Do not have any dependencies specific to this workflow.

Code Language

Visual Basic

Publisher

YouTube

Visit publisher's page

Trusted Source

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.0

Updated

February 18, 2020

Works with

Developed and tested using 2019.5.0. Compatible with 2019

Certification

Silver Certified

Tags

Application

UiPath Robot

Support

UiPath Community Support

Similar Listings