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.