Describes how to use the Condition step

Description

The condition step executes the next steps in the path only if the specified condition is truthy.

Category

Control

Inputs

Label Type Required Default Visibility Description

Condition type

choice

yes

Expression

Always

Type of condition to be checked. Possible values are `Expression`and `Script`.

Expression record

record

Condition type is Expression

Condition type is Expression

The record instance to be used to check condition

Expression condition

condition

Condition type is Expression

Expression record has been defined

Condition type is Expression

Expression record has been defined

The condition to be evaluated as true.

Script condition

condition

Condition type is Script

Condition type is Script

The script condition to be evaluated as true.

Outputs

No configuration is needed.

Sample

If Sample

The flow starts, the if step evaluates the condition, if the condition is true, runs the script and then the execution finished with the end step.

Back to top