Reputation: 11
What I need is, for example, if I have a scheduled job (that has a predecessor) that should start at 12:00am, if it hasn't started by 12:10am an alert would be sent..
I can't seem to make it work through JIL code, does anyone know how could I do this?
Thank you in advance.
Upvotes: 1
Views: 2028
Reputation: 51
must_start_times is likely the JIL attribute you're looking for. A description of how must_start_times works starts on page 131 of the Autosys User Guide
Upvotes: 1