Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm using a tdie to stop my Talend job (a whole plan with many jobs). I checked the option "Exit JVM immediatly". That works but obviously the job in the TMC is tagged as "failure", is there a way to configure the tDie component to end the job without a "failure" return code ? Or is there another way to do that ?
At first I wanted to use a Boolean variable to stop or continue the rest of the job, but I want to stop the whole plan, not only the current job.
Thank you,
Thomas Letellier
@thomas letellier , we can design the job to return success status even though the child job fails, but the success status can't stop the whole plan.