Blocks
Condition
Add a condition
Add a condition to the workflow to branch the execution path based on a boolean expression.
Core Blockscondition
Block Preview
Condition
Add a condition
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the condition block with monitoring enabled in production.
Inputs (UI)
conditions
condition-inputLayout: full
Inputs (API)
This block does not expose API parameters.
Outputs
Primary response type:
{
"content": "string",
"conditionResult": "boolean",
"selectedPath": "json",
"selectedConditionId": "string"
}