Restarting a Jobflow

Hi All,

We have a requirement to restart a jobflow on failure. The exact requirement is as follows,

If the jobflow fails, restart the jobflow after ‘x’ minutes
If the jobflow again fails keep on rerunning it for ‘n’ times
ie the jobflow will be reran ‘n’ number of times after each ‘x’ minutes until or unless, it succeeds in any of the attempts.
(both x and n will be pre-configured)

Could anybody please help me to figure out a solution for this?

Thanks and Regards,
Sreehareesh

Hello Sreehareesh,

You can build a while cycle using Loop component. Please see the attached example and let me know with any further questions.
loop.zip
Regards,

Thanks a lot for the response. We will try it out.

Thanks,
Sreehareesh