Skip to main content

Branching

1. Node Function

Branch nodes can direct data with different conditions towards different branch processes. Common scenarios include, for instance, different outcomes for approval results such as "approved" and "not approved," and how the process flows differently for each.

2. Types of Branches

2.1 Regular Branch

Simply add a branch node to process the flow data into branches.

2.2 Approval Result Branch

Add a branch under the approval node, with two types to choose from:

  • One is a regular branch, which only processes the data for which the approval result is "approved."
  • The other is an approval result branch, with branches fixed as "approved" and "not approved." Choose this type when you need to process data for which the approval result is "not approved" simultaneously.