Switch steps

A switch step is a utility step that enables process branching that is based on the value of a property.

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.

A switch step with four outgoing connections, each with a different possible value for the property


Feedback