Decision Node
This activity is used to configure a business rule or validation by adding decisions to the flowcharts. It is a conditional activity where you can define a condition and based on the condition evaluation further actions are performed. If condition evaluates to true, then true actions are performed and if condition evaluates to false, then false actions are performed.
Using Decision Node Activity
- In the Canvas Tools pane, click Flow Controls to expand the tool and view the associated activities.
- Drag the Decision activity and drop between other activities present in the process workflow to set up a validation.
The Decision activity with a default display name is created. The warning sign disappears once you provide the required inputs.
Decision Node Properties
The properties of a Decision activity are listed in the following table and can be edited in the Properties grid on the right pane.
Property Name |
Usage |
Misc |
|
Condition |
Define a Boolean condition in this field. This condition decides the path which flowchart can follow. |
DisplayName |
The name of the activity that is displayed in the flowchart. By default, the value is set as Decision. You can edit this value as per your need. |
FalseLabel |
Decision Node activity display two flows, True and False. By default, the value is set as False. You can edit this value as per the need. |