Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You could have an OnSubjobError from the tPreJob to a tDie. But the point of tPreJob is to let the rest of the job run regardless of what happens in the tPrejob...
The other flow is still executed, even after the execution of the tDie... And in tDie I tried the options "Error" and "Fatal".
I still don't quite understand why to use a tPrejob.
It would be nice to have some way to allow the whole job to die if the prejob dies
when the tPreJob flow fails, the main job continues when I don't want it to