Switch

<< Click to Display Table of Contents >>

Navigation:  Workflow Designer > Activities >

Switch

Previous pageReturn to chapter overviewNext page

Function

The Switch activity comes in regular and flow style. The regular Switch activity creates containers for each case, the flow activity creates output flows for each case.

 

switch

 

Input

Each case can be defined using a variable, JavaScript or C#.

The Mode defines whether the Switch activity matches the first result or checks each case should be checked, leading to the possibility of multiple cases being executed as parallel flows or containers respectively.

 

Output

Only the regular Switch activity provides an output. After the container for the case has been completed, an output object can be assigned to a variable.