Node - Abort the Process
When a workflow reaches the "abort the process" node, the current workflow will be forcibly aborted.
If the “abort the process” node is in a branch, other branch nodes and the nodes after the branch will not be executed.
If the “abort the process” node is executed in a sub-flow or a loop process, it will depend on the configuration of nodes in the main process to either "skip to the next one" or "abort the main process".
If there is an “abort the process” node in the PBP, when it is aborted, the output parameters will output empty values if they use values after the “abort the process” node.
In a PBP configured with API capabilities enabled or a Webhook process configured with custom responses, if the response value references a value after the “abort the process” node, it will putput empty values.
Have questions about this article? Send us feedback