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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
RArquinigo1676322470
Contributor
Contributor

stop job after a while running

hello community,

I have a problem, I am implementing a way to stop the process at any step of the flow after a certain time, does anyone have an idea?

0695b00000dbaRwAAI.png

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Here is a similar question, one solution is to use tSleep+tDie componnet, see below:

0695b00000dbeUpAAI.pngOpen Job settings-->Extra and check the 'Multi thread execution' box.

Open the Advanced settings panel of tDie components, check the 'Exit the JVM immediately" box.

Hope it helps!

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

Here is a similar question, one solution is to use tSleep+tDie componnet, see below:

0695b00000dbeUpAAI.pngOpen Job settings-->Extra and check the 'Multi thread execution' box.

Open the Advanced settings panel of tDie components, check the 'Exit the JVM immediately" box.

Hope it helps!

Regards

Shong

RArquinigo1676322470
Contributor
Contributor
Author

thanks, it worked