Autosys R11 job dependency with dependent-job run-time condition
Asked Answered
M

1

6

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?

Mantic answered 30/5, 2012 at 23:10 Comment(0)
P
7

Should be

condition: success(job_a,12.00)

status(job_name, hhhh.mm)

Pollie answered 5/6, 2012 at 15:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.