I am new to RunDeck and I got a task to create a Job, which runs on 4 nodes.
The ask is to run this job on one node and if that is successful then stop the execution. If the job is failed then go to next node.
And finally if all nodes are failed then mark the JOB as failure else Success.
I have used an option to stop execution if a step is FAILED but I do not find any option to stop execution if a step is SUCCESS.
Could you please help me here?