If Else
Description
This activity uses conditional or branching statements to execute different statements/branches based on whether a given expression is true or false. It includes a condition, a True branch, and a False branch. The Condition field must contain a Boolean expression that determines which branch to execute: True or False.
Design Time Configuration
Display Text
Specify the activity name that shows in your process.
Condition
Specify the condition expression. If the expression is true, the True branch executes; otherwise, the False branch executes. Click on the vertical ellipse to choose the following options.
Options | Description |
---|---|
Default | When you select this option, specify the condition directly. |
Javascript | Specify the condition using javascript expression. |
Liquid | Specify the condition using a liquid expression. |