Autosys R11 operation dependency dependency with dependent task execution condition

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

s(job_a)

What would I add if I want my work to be performed only if job_a has been able to be completed within the last 12 hours, for example?

+5
source share
1 answer

Must be

condition: success (job_a, 12.00)

status (username, hhhh.mm)

+6
source

All Articles