Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have the below scenario. I have the job design as below
Job1--on success/fail--->Job2-->on success/fail-->Job3
So, even if the job 1 fails ( which it fails due to 404 HTTPS error), it should still go to Job2. basically it should not break and stop at Job 2. Same is for Job 2. It should always run Job3.
Can you please suggest how can we implement this logic to always run the subsequent job even though the previous job had failed.
Use tRunJob to run each job, and uncheck the 'Die on error' checkbox on tRunJob, this option will let the main job continue to execute even though there is an error in childjob.
Regards
Shicong
Hello,
may I suggest using an "if-Link" and setting the condition to "true".
Regards,
Thomas