Autosys R11 job dependency with dependent-job run-time condition

anomal picture anomal · May 31, 2012 · Viewed 18.7k times · Source

In Autosys R11, I need job_b to run only if job_a succeeded within the last X hours. Apparently, R11 allows you to "set look back dependencies on job_a to only run if job_c has ran to S within X hours." What would be the syntax?

s(job_a)

What would I add if I want my job to run only if job_a succeeded within the last 12 hours, for example?

Answer

clmccomas picture clmccomas · Jun 5, 2012

Should be

condition: success(job_a,12.00)

status(job_name, hhhh.mm)