Skip to main content

Branching

Branching

When a Flow executes, it starts with a Start Node, then executes each step until it terminates at an End Node. There are scenarios where you need to branch the Flow so it conditionally executes nodes based on some kind of condition. Think of if/then/else statements.

In this example, the Flow makes a determination whether the input is English or not English, then branches to different Nodes based on the condition.

When branching, you will need to have an End Node for each logical branch. Each End Node's output Schema must match.