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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to run jobs sequentially without stopping execution on one child job error

Hi,

 

Let's say I have 10 jobs and I created new job where I included all these 10 jobs using 10 tRunjob component's.

I have tried connecting them using trigger(OnSubjob Ok). But, it does not work as if one child job fails, execution stops and doesn't move further. 

 

My requirement is like execution has to be proceeded even if on any child job error. 

Labels (2)
1 Solution

Accepted Solutions
Aukema
Creator
Creator

Hi,

 

There are several solutions, but i usually go with "Run If" and then edit the If condition with '1=1'. This always results in a true.

 

Don't forget to disable the "Die on child error" as you wish to continue.

View solution in original post

2 Replies
Aukema
Creator
Creator

Hi,

 

There are several solutions, but i usually go with "Run If" and then edit the If condition with '1=1'. This always results in a true.

 

Don't forget to disable the "Die on child error" as you wish to continue.

Anonymous
Not applicable
Author

Thanks for the response..

I have given boolean value (true) in run if condition.