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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

End tRunJob Talend OS

Hi,

 

does anybody know how to end a  Endless tRunJob? Can i define an exit condition or something like that?  I tried it with OnComponentOk and tDie, but it does not work that way. 

 

Regards

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    If the sub job is running in an infinite loop, then you will have to add the exit condition also in the same job. The reason is that the control will never come back to parent job unless the sub job works independently. So always add an exit rout when you are trying to create a loop within the same job flow.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

3 Replies
Anonymous
Not applicable
Author

I'm not sure I understand your question, but I will suggest you handle it in the subjob
Anonymous
Not applicable
Author

Hi,

 

    If the sub job is running in an infinite loop, then you will have to add the exit condition also in the same job. The reason is that the control will never come back to parent job unless the sub job works independently. So always add an exit rout when you are trying to create a loop within the same job flow.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Yeah, i figured that out. But how or Where can i define a exit condition?