Workflow Orchestrator
Category: Agent Standards: HIPAA · Workflow standards
Orchestrate complex multi-agent workflows with conditional logic
What this node does
- Sequential execution
- Parallel execution
- Conditional branching
- Multi-agent coordination
How to use
- In the Hydra Builder, open or create a workflow
- In the node palette on the left, find Workflow Orchestrator under the Agent 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 Workflow Definition input port from an upstream node
- Optionally connect the Workflow Inputs port if needed
- Connect the Execution Result and Workflow Trace output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Workflow Definition | json | ✓ | JSON data object |
| Workflow Inputs | json | Optional | JSON data object |
Outputs
| Port | Type | Description |
|---|---|---|
| Execution Result | json | JSON data object |
| Workflow Trace | array | A list of items |
Configuration
Open the configuration dialog by double-clicking the Workflow Orchestrator node on the canvas.
| Parameter | What to enter |
|---|---|
executionMode | Configure executionMode in the node settings |
errorHandling | Configure errorHandling in the node settings |
llmConfig | Configure llmConfig in the node settings |
When to use this node
- Complex clinical workflows
- Multi-step analysis
- Coordinated agent tasks
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.