...
The condition is evaluated based on cases. If the input value is equal with the value of the case, the flow will enter that branch for execution.
Flowchart Flowchart Sequence
This workflow will read an input value and based on that value a case branch will be executed.
The value given by variable Value1 is evaluated with the FlowSwitch activity.
...