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?