Flow Decision
This is an activity that runs one of two separate branches depending on whether a certain condition is met or not. By default, these branches are named True and False, but their names can be changed in the properties panel. This activity can only be used in a Flowchart and is equivalent to the If activity.
Input
- Condition: The condition to be analyzed before running one of the two separate branches. This field only supports Boolean expressions.
- Type:
bool - Required
- Type:
Misc
- False Label: Provides a description of the scenario that may occur if the condition is not met. The description can be viewed by hovering over the Flow Decision activity. By default, this field is set to "False". The character strings added here do not have to be enclosed in quotation marks.
- Type:
string
- Type:
- True Label: Provides a description of the scenario that occurs if the condition is met. The description can be viewed by hovering over the Flow Decision activity. By default, this field is set to "True". The character strings added here do not have to be enclosed in quotation marks.
- Type:
string
- Type: