You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Flow condition node
What is it?
A condition node describes where to proceed depending on whether a condition is met or not.
How to add a condition node
There are two possible ways to add a new action node:
- Select the exit node after which you want to add a condition node, drag the link icon to an empty spot, and select add condition.
- Right click on an empty spot in the flow canvas and select condition node from the menu.
Property | Description |
---|---|
Condition label | Text placed in the condition node |
Condition field | The expression in this field should represent the condition |
Label | Text placed in the connectors |
Alternative | The expression in this field should represent the possible outcome of the condition. The alternatives are checked in order from top to bottom. |
You can use []
to mean 'else' in a condition node alternative. This catches all values that are not covered by other alternatives, including unknowns (this is different behavior than in decision tables!).
The expression in the condition field can be seen as the left side of a logical equation, an expression in the alternatives field as the right side of the equation.
Overview
Content Tools