Skip to main content
Version: Current

Switch Cases

Description

It executes one of its children out of multiple options based on the result of a conditional expression.


Common Capabilities

Process Data Support

info

This activity supports dynamic configuration using variables from the Process Data drawer.

You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.

Learn more → Using Process Data


Design Time Configuration

Display Text

Specify the activity name that shows in your process.

Cases

The workflow will execute the branch with an expression that evaluates True. Click on the drop-down to choose the following options to write an expression.

OptionsDescription
LiquidYou can specify the value using a liquid expression.
JavascriptYou can specify the value using the javascript expression.

Wait All Incoming

Execution Control

Controls how this activity behaves when multiple incoming execution paths converge.

Determines whether the activity executes when:

  • any incoming path completes, or
  • all relevant paths have completed before execution

Learn more → Execution Control


On Error

Error Handling Strategy

Defines how the workflow behaves if this activity encounters a runtime error.

Supported strategies include Fault, Continue, Suspend, and Retry.

Learn more → Error Handling