Saltar al contenido principal

Conditional

Category: Control

If-then-else branching based on conditions

What this node does

  • Boolean conditions
  • Complex expressions
  • Nested conditions

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Conditional under the Control category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Input Data input port from an upstream node
  7. Connect the True Branch and False Branch output to the next node downstream

Inputs

PortTypeRequiredDescription
Input Dataanyany data

Outputs

PortTypeDescription
True Branchanyany data
False Branchanyany data

Configuration

Open the configuration dialog by double-clicking the Conditional node on the canvas.

ParameterWhat to enter
conditionConfigure condition in the node settings
trueActionConfigure trueAction in the node settings
falseActionConfigure 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.