Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Hi
Here is a similar question, one solution is to use tSleep+tDie componnet, see below:
Open 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
Hi
Here is a similar question, one solution is to use tSleep+tDie componnet, see below:
Open 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
thanks, it worked