1

I need to run job after another job with whatever status the previous job finished.

So far I use

condition: success(x) or failure(x)

can it be written for any status?

I dont know the exact version of the autosys. But not the very latest.

Boppity Bop
  • 9,613
  • 13
  • 72
  • 151

1 Answers1

8

condition: done(x)

Boppity Bop
  • 9,613
  • 13
  • 72
  • 151