Conditional
Category: Control
If-then-else branching based on conditions
What this node does
- Boolean conditions
- Complex expressions
- Nested conditions
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find Conditional under the Control category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Input Data input port from an upstream node
- Connect the True Branch and False Branch output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Input Data | any | ✓ | any data |
Outputs
| Port | Type | Description |
|---|---|---|
| True Branch | any | any data |
| False Branch | any | any data |
Configuration
Open the configuration dialog by double-clicking the Conditional node on the canvas.
| Parameter | What to enter |
|---|---|
condition | Configure condition in the node settings |
trueAction | Configure trueAction in the node settings |
falseAction | Configure falseAction in the node settings |
When to use this node
- Conditional processing
- Error branching
- Validation gates
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.