Let's say I have following flow, Start->Step1->Step2->Step3->Step2->End
I have created tasklets for each step and configured a Job as above. When the job got triggered, the execution is fine till Step3 and it goes into a loop infinitely. So is there a way to a step more than once in a JobFlow.
I am using Spring Batch 4.2.1.RELEASE.