Restarting workflow with global handler

Hi all,

I’m wondering is it possible to restart a workflow with the global handler and if so how can it be done?

Thanks in advance

hello @maflynn2019

it is already defined in the REFrame work if your not talking about that, look into my idea as mentioned below

– -i am opening a browser, inside a try catch and if any exception while opening control will move to catch and there i will store the exception into a variable.
---- after that i have a flow decision ,there i will check is there any exception happened or not
---- if not i will proceed with my work.
— if exception then i will restart from the beginning.

image

Regards
Ajay

Good morning, your solution seems reliable, but I am curious what do you handle with the false branch? thanks