0

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.

bgodinho
  • 1
  • 1
  • You could create a file when your job starts and then have another job that starts at 12:10 and sends an alert if the file is not there... – beny23 Aug 11 '15 at 22:11
  • This question is about server management software. Unless you are writing software with the AutoSys SDK, your question should be asked on [sf] instead. – miken32 Sep 04 '16 at 00:25

1 Answers1

1

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

SupBrah
  • 51
  • 4