Monday, December 31, 2018

Global Exception Handler in UiPath

Global Exception Handler is kind of workflow which is used to determine the project's behavior when an exception occurred.

The Global Exception Handler has two arguments-
1- errorinfo  (In direction)
2- result       (Out direction)

Values can be assign in result arguments-
a- Continue
b- Ignore
c- Retry
d- Abort
    

4 comments: