Global Handler runs twice

Good afternoon,

i have a problem with our global exception handler,

no matter what i put in the Global exception handler sequence, it runs the sequence twice.

But why is this so?

GlobalerHandler1.xaml (5.2 KB)

I have uploaded the xaml file.

Hello @alirida.alhalass

Is it just retrying the activity or the entire execution?

Thanks

Hello @Rahul_Unnikrishnan ,
the whole global handler sequence is running twice

I did another test:

I found the solution.
In the Global Handler you have to set the result to abort.
This way, the global handler runs it only once.
This is how i managed to let my global handler run just once.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.