The Switch operator is used to implement a decision not via the XOR branches of a process, but to shift the decision into the data flow of the function.
The Switch operator has exactly three incoming slots and one outgoing slot. As input value for the topmost slot, specify a Boolean value. You can specify a variable of any data type for the other two incoming slots, but the values of the two slots must have the same data type.