Skip to main content

Flow Switch

The activity that divides the control flow into three or more branches based on a specific condition and can only be used in a Flowchart is called a "Switch".

Input

  • Expression: It is the field where the condition to be analyzed before the execution of a state is entered. The default variable type supported in this field is System.Object. A different option can be selected from the TypeArgument drop-down menu to change the variable type.
    • Type: System.Object
    • Required

Misc

  • Argument Type: The type of the elements in the given collection object should be entered.
    • Type: Generic
    • Required