Try catch not working properly

Hello,
I’m using a Try Catch activity where inside it there is an activity needed to enter some parameters into SAP but whenever there is an error inside it, the error is not kept and it stops the execution.
What am I doing wrong?


image

Hi,

Can you try Run instead of Debug OR turn “Continue on Exception” On?

Regards,

HI @alessio.giovannini,

just do Step into and you will land in the Catch part!

Ok understood, but what should I do in order to do not stop the execution of the process?
Is this because of the debug mode?

1 Like

you can User Terminate Workflow Activity in the Catch part

Hello @alessio.giovannini,

Put atleast single activity like log, message box in Catch part.

Cheers,
Pankaj

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