Flow Decision

You can select this activity to run one the branches of a flowchart, based on whether a specific condition is met. The default values for the branches are True and False. Optionally, you can change these values in the Properties panel.

Note: This activity can only be used in a Flowchart and is equivalent to the If activity.

This table lists the properties for the activity.

Property Type Property Name Description
Input Condition The conditional statement based on which the direction of the execution of the next flow is decided.
FalseLabel This field can be renamed. By default, the field name is False. This field is optional.
TrueLabel This field can be renamed. By default, the field name is True. This field is optional.