Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


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.


...