bgodinho
bgodinho

Reputation: 11

Autosys R11 - Throw an alert if a job doesn't start at a specific time

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

Answers (1)

SupBrah
SupBrah

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

Related Questions