Skip to main content

Switch Cases

Description

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

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.