Global Handler in Reframwork with Invoke Workflow best practise

Hello,

what are the best practise work with Global Handler with Invoke Workflows?

I have project with reframwork wicth has lots invoke workflows and I want to dotry work with global ghandler. I want that if occurs error inside workflow it go to global handler and after 3 times dont succses, then if I set “ErrorAction.continue” it goes outside to the firs try cacth of workflow and do actions in it. But if try cacht is outside workflow thin logic dont work. What im doing wrong? I think it shoud work because without global handler if occurrs erron inside workflow it go outside it and go to 1 try catch out side it.

Hi

Welcome back to uipath forum

Check this doc with an example on how to use global exception handler

Cheers @Ruta_ui

Hi @Ruta_ui ,
For some more detailed Explainations, You can Check the Below Video :