Send mail on maximum consecutive system exception reached

Hi

I want to send mail on maximum consecutive SE reached

What condition to add in code and where ?

TIA.

Hi @Shruthika_r

In the Initialization State, you can see the default control about consecutive SE. You can add the mail activty there before Throw activity.

Regards.

2 Likes

Hi @tolga.kamci

Thanks for reply

In my case I have only 1 transaction and retry count is 2 …
So how to proceed…

Hi @Shruthika_r ,

You can try put condition as below:

BR,
NK