Email notification - When my Process gets Terminated

jassi_123

Member
Hello Team,

Is there any way available by which I can be notified when my process gets terminated.

Actually I have a schedule job which runs on every midnight and if that job gets successful then I am notified via email. However when that process gets terminated then I don't get any notification. On the next morning I have to come and check the log for more details.

Can someone please advise on it.
 

VJR

Well-Known Member
Hi jassi_123,

If you have appropriate Exception Handling in your process flow then you could have an Email action stage set up whenever the diagram falls into the Recovery mode providing all the details of the error.
 
Top