Assume I do have a chain job that has 3 step in serial mode means step1 will be executed first followed by step2 and then step3.
Suppose upon executing job , step1 get executed successfully, but it fails at step2.
I want to restart my job from step 2 onwards. Can it be done? if yes, let me know the way.