I have an Autosys box and there is a couple of jobs inside it. For example, MY_BOX is the name of the box and it has the jobs JOB_1 and JOB_2.
I would like to configure the box in such a way that it runs continuously. (i.e.) as soon as the JOB_2 completes (success or failure), MY_BOX should start running again. Could you please tell me how to configure this?
I tried setting the "run condition" for MY_BOX as SUCCESS(JOB_2), however, the Box does not start after the completeion of JOB_2.