Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
An orders can be configured with an end node to ensure that no further nodes of the chain are used after the configured end node.
This works properly if the job on the end node runs successfully.
If the job has an error then the order goes to the error node and doesn't end at the configured end node
Desired Behavior
An order with a configured end node should always end at this node even if the job has an error.