I have a job event (let's call it JOB EVENT A) which does the following when a job completes abnormally.
JOB EVENT A
- Reruns the job once after a 5 minute delay [Rerun (Max=1 Delay=5)]
- Sends an email to my team [custom email action]
I would like to implement the following:
JOB EVENT B
- Reruns the job once after a 5 minute delay if job completes abnormally [Rerun (Max=1 Delay=5)]
JOB EVENT C
- Sends an email to my team if the rerun job from JOB EVENT B completes abnormally [custom email action]
Is it possible to accomplish this?