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 Data Type Description
Input Condition Boolean The conditional statement based on which the direction of the execution of the next flow is decided.
FalseLabel String This field can be renamed. By default, the field name is False. This field is optional.
TrueLabel String This field can be renamed. By de- fault, the field name is True. This field is optional.