I have a spring cloud composed task which has nearly 10 jobs . If any of the job fails from the composed task, I have to continue the flow from the failed job. For Eg: After launching the composed task, if 4'th job fails , I don't want to run again from 1 st job, I want to continue from failed job .
Spring cloud version I am using is 2.10.1.
Thanks in advance.
Is there any property we can set to achieve this functionality or any other way ?