Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantkapoor19
Contributor III
Contributor III

always run the subsequent job even though the previous job had failed( exit code=1)

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.

 

Labels (1)
  • v7.x

2 Replies
Shicong_Hong
Employee
Employee

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

ThWabi
Creator II
Creator II

Hello,

may I suggest using an "if-Link" and setting the condition to "true".

Regards,

Thomas