When you add a switch step, you specify a property. Then, you add two or more outgoing connections from the step, each with a possible value for that property. At run time, the process follows the connection with the matching property value. The process also follows any connections with fail or both conditional flags.
For example, the following figure shows a switch step for the myProperty component property. Three outgoing connections have different values for that property, including value1, value2, and value3. The fourth connection has the value default, which means that the process follows this connection if no other values are matched.