Page 1 of 1

Email notification on Abort Sequencer

Posted: Tue Dec 22, 2015 9:56 am
by sam334
Hi all,
Have a question on email notification on abort sequencer.

We have a sequence which has almost 15 jobs. Used an exception handler and notification activity stage which will send the email notification if any of the jobs abort.

Issue is, we need to send the email to certain team if JOB 5 gets aborted not any other jobs. Suppose Job 10 gets aborted then we want the email which generates from exception handler to us. How we can achieve this?

Adding notification activity on Job 5 and use FAIL property is not sending any email on Job 5 abort.

Thanks.

Posted: Tue Dec 22, 2015 3:41 pm
by ray.wurlod
The Exception Handler has its own activity variables, one of which identifies the name of the activity that triggered it. Use a Nested Condition activity in the exception handling stream to test that value.

Posted: Wed Dec 23, 2015 8:37 am
by sam334
Thank you so much Ray. Will try.