AutoSys Workload Automation

 View Only
  • 1.  Autosys Dependency

    Posted Apr 16, 2020 09:12 AM
    I have 4 autosys jobs a,b,c,d such that job d should start if any of the jobs among a,b,and c are successfull. What starting condition dependency should i use?


  • 2.  RE: Autosys Dependency
    Best Answer

    Broadcom Employee
    Posted Apr 16, 2020 04:07 PM
    The condition for d would be...
    condition: s(a) OR s(b) OR s(c)

    This is assuming that you want d to start ANY time a, b, or c go to SUCCESS...meaning d might run multiple times within that job flow.