We have 6.2.1.401
During Fiscal close days, a user requested to be notified when job has not started by X time. This time specified is neither the jobs start time nor estimated start time. Some of the jobs in will be completed already by the user defined time. Is there a way to evaluate based on average start time from history?
At first I thought I could simply use an email action and a job event trigger. I later decided that I needed to setup a separate job to check for user defined time, using the special calendar that user provided.
So far I have this setup:
1. Email action to operator
2. Late status job (dummy job) with special calendar, user specified time, job event triggered by completed normally. Dependencies are proving to be a challenge. I need job <> active & job <> completed normally. This version does not allow you to use same job for both expressions. So I setup a variable "Job is active" <> <JobStatus..p11934>
Is there a better way to do this?