Is it possible to catch an Exception without terminating the Process?

1
0
-1

I've created a Sub-Process to catch exception and send a Mail when an Error occurs in a Connector.

The problem is that I have to configure the Connector to Create an Error Event to allow the Sub-Process to get the Exception and send the Mail.

But in this Case, the Process Stop when an Error Event occurs.

Is it possible to send a Mail on Error but let the Process continue?

Thank you for your Answer.

1 answer

1
0
-1

Hello,

Not with an event subprocess. If you want to catch an error and stay in the process, you have to use a Boundary Catch Error. Then, the error is caught, you can do what you want and you are still in the process.

Best,

Notifications