You are viewing the documentation for Blueriq 17. 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:

  1. 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. 
  2. Right click on an empty spot in the flow canvas and select condition node from the menu. 


PropertyDescription
Condition labelText placed in the condition node
Condition fieldThe expression in this field should represent the condition
LabelText placed in the connectors
AlternativeThe 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.
  • No labels