Node - Terminate Process
When a workflow executes the "Terminate Process" node, it will forcibly terminate the current process and cease executing subsequent nodes.
-
If the "Terminate Process" node is within a branch:
- Other branch nodes and nodes after the branch will not execute.
-
If the "Terminate Process" node is in a sub-process or loop process:
- The system will follow the node configuration in the main process to either "skip and continue" or "terminate main process".
-
If a packaged business process (PBP) contains a "Terminate Process" node:
- Output parameters referencing values from nodes after the "Terminate Process" node will return null.
-
For PBP with enabled API capabilities or Webhook processes with custom responses:
- Response values referencing data after the "Terminate Process" node will output null.