I have a wrapper job which runs 4 transformations in parallel. I want to kill all the four transformations if any one of the running transformation fails.
If it would have been a wrapper transformation there is a possibility of error handling through setting a condition ExecutionNrErrors > 0
.
If I add an abort job step on all these transformations it will make the other transformations killed but with a green tick instead of a red tick.
How do we achieve this in Pentaho Jobs?
continue parallels path if one of them falls
, and (2)abort is not an error and does not propagates
are choices that have been discussed at length and tested on numerous cases. On cases where a different behavior was required , we always found an alternative. But we need a use case. – AlainD