The failure policy problem between task nodes with dependent relationships

83 Views Asked by At

enter image description here

Now there is such a process composed of three task nodes, NO1, NO2 and NO3 just want to execute in the order shown in the figure, whether the intermediate task node succeeds or fails, the subsequent nodes will continue to execute, should not support such a function now? Now, as long as one of the intermediate task nodes has failed status, subsequent tasks will not be executed. Whether or not the community has such consideration, this scenario is also real. The current failure policy is for parallel task nodes, not for the one line task nodes.

1

There are 1 best solutions below

1
Calvin Kirs On

if it belongs to a serial task (the picture depicts a serial task), then the result of the execution of the previous node is definitely affecting the subsequent node.

If you want to achieve the functionality you described, i.e. the results of the preceding and following nodes are not affected, then you can use a parallel task