Saltar al contenido principal

Parallel

Category: Control

Execute multiple branches in parallel

What this node does

  • Parallel execution
  • Result aggregation
  • Timeout handling
  • Partial success

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Parallel 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 Parallel Results output to the next node downstream

Inputs

PortTypeRequiredDescription
Input Dataanyany data

Outputs

PortTypeDescription
Parallel ResultsjsonJSON data object

Configuration

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

ParameterWhat to enter
branchesConfigure branches in the node settings
timeoutMaximum time in seconds to wait for a response before failing
failureModeConfigure failureMode in the node settings
resultAggregationConfigure resultAggregation in the node settings

When to use this node

  • Query multiple systems
  • Parallel processing
  • Fan-out patterns

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.