Expand my Community achievements bar.

Set email notification when a process failed in LiveCycle

Avatar

Level 2

Dear All,

Where do you go to set email notification when a process failed in LiveCycle?

Say, I have a custom process to do somework. Currently, when the process failed, it writes to a log file but it does not help since I don’t monitor the process 24/7.

Thanks,

Paul

1 Reply

Avatar

Level 10

You could leverage the Exception event.

Create a separate process. Add an Exception event Start Point and a "Send Email" step.

Every time there is an exception, this process will be called and an email will be sent.

Your other option is to use the exception handler (lightning blot in the bottom right corner) and have a route that goes to a "Send Email" step.

Jasmin