Flow control: branch
Last updated
Last updated
A flow can branch in two or more paths by using user input using for instance the ask nodes choice and prompt. But when a branch is needed without direct user input, the branch node variant can be used.
Except for the advanced node properties, there aren't any specific properties for this node variant. The behaviour of the branch is defined by its links.
The system will determine which link to follow by evaluating the corresponding conditions. By clicking on the link arrow, the details can be edited in the side panel.
The below example show the branch that is taken when the conversation is executed within office hours, because it only evaluates true when the online
tag is set.
Property | Description | Explanation |
---|---|---|
Condition
The condition that determines to execute or to skip this node
See the paragraph about conditions.
Tags
Tags to evaluate
Label
Label to show in the flow
Just for design purposes