Global handler not effective despite being correctly created

Hello all;
for learning purposes, i have recently attached Global Exception Handlers to different automations but the same issue occurs: when the automation encounters an exception, I need to click manually on “Continue” so that the Global Exception Handler’s workflow executes (“ErrorAction.Retry” for instance). Also, despite adding “ErrorAction.Abort”; no “abortion” message shows up but the initial error message.
Any help please ?!

Also, the “ErrorAction.Abort” never works despite exceeding the maximum number of “ErrorAction.Retry” attempts.
Thanks in advance !