Uipath - Orchestrator Questions
Uipath - Orchestrator Questions
Uipath - Orchestrator Questions
b. the “Throw” activity is only useful if you want to simulate an Exception like in an If condition
or something which will end the process or enter the Catch. The “Rethrow” activity is useful
if you want activities to occur before the Exception is thrown, so in the Catch you would put
that activity and it will throw the Exception that occurred originally that put you into the
Catch and end the process.