Need API details to monitor Orchestrator Job Running status

Is there any API that can run in Orchestrator 24/7 which needs to monitor Orchestrator for the job execution time and notify through mails/SMS if job runs for more than specified amount of time?

Example we have 2 jobs suppose to execute in Orchestrator which has different run time expected

Process 1 - Usually runs for around 1 hour, we need to get notified if the job runs for more than 2 hours
Process 2 - Usually runs for around 5 hours, we need to get notified if the job runs for more than 7 hours

I am looking for any code snippet and implementation approach on how can this be done?

@Deeipauk

why don’t you enable this in your trigger. This will help you get notified

1 Like

Thanks for your immediate response, if i enable this whether I can specify any specific mail like whom can be notified during this delay?

yes you can. read through the below docs to get a better understanding

1 Like