Hi guys,
New to SAP CPS, but need help in setting up the mail alerting based on following scenario:
Job chain contains 3 jobs: job_a, job_b, job_c. Custom mail definition is job_mail.
Path flow job_a->job_b->job_c.
Now in the chain flow, let us assume job_a works fine, job_b fails, the customer scenario is such that even if the job_b fails, the job_c should run. But job_b on error status should raise event say “EV_SendEmail”. My custom defined job_mail runs on wait event "EV_SendEmail" should run on the raise of this event. The job currently runs, sends out the email, but sends the job log and the job id of this job “job_mail”. Not the job_b’s id or the job_b’s log file.
How do I make this scenario work?