hi everyone,
is it possible to send a email when the process has failed due to xyz reason!!
Thanks in adavance
hi everyone,
is it possible to send a email when the process has failed due to xyz reason!!
Thanks in adavance
Use try catch and handle the exception.
Use send mail activity in catch block and write exception.message in body.
Regards,
Pathrudu chintakayala
Hi @pathrudu,
How can we send email notification if using RE-framework.
I have used email activity in End process to notify if process fails.
However i am not able to fetch the failure reason and pass to end procecss.xaml to be emailed.
Can you help on this?