Fail Parent
In some situations, you may need to fail a job when one of its children fails.
The pattern to solve this requirement consists of using the failParentOnFailure
option.
As soon as a child with this option fails, the parent job will be moved to the failed state. This option will be validated recursively, so a grandparent could be failed and so on.
Read more:
Last updated