Problem
I would like to emulate an Autosys max_exit_success
. For example, a max_exit_success=10
means that
...
I tried to change the error_state with a next_state but this did not work. Could you give me a tip?
Solution
You can find instructions about handling exit codes on our How to configure the handling of exit codes by jobs page.
...