Exception Handling

It is divided into two types: Global Exception Handling and Single Element Node Exception Handling.

Global Exception Handling applies to all tasks. Newly created processes follow global rules by default. If global rules are not adopted, execution will follow the custom configuration of individual element nodes separately.

Global Exception Handling Strategy

When an error occurs during node execution and the node is configured to Follow Global Rules, exceptions will be handled according to this strategy.

Skip Ignore the error of the current node and continue executing the next node.

Interrupt Stop the entire process execution and mark the task as failed.

Rollback Roll back to the previous node and execute it again.


Notes

  • Each node can be configured with an independent exception handling strategy, which takes priority over global settings.

  • Nodes set to Execute Exception Process will display an exception output endpoint for connecting to the exception handling process.

Last updated