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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Die on child error doesn't work on multithreaded job.

Hi,
I'm have a father job that should die on any error of the child. The child is three infinite loops that run there own children at different interleaves.
They also have a die on child error checked. if a error is encountered in the infinite loops, the father job doesn't die, only the that infinite loop stops.
Even if I drop a tDie component into the child job, it doesn't stop. how can I do this?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi
Have a look at a similar topic:
https://community.talend.com/t5/Design-and-Development/kill-the-entire-job-when-sub-job-dies-multi-t...
Hope it will give you tip!
Best regards
Shong
Anonymous
Not applicable
Author

But what is I run the job a part of the process. I get error when I try to tag it.