Aller au contenu principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Workflow Orchestrator under the Agent 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 Workflow Definition input port from an upstream node
  7. Optionally connect the Workflow Inputs port if needed
  8. Connect the Execution Result and Workflow Trace output to the next node downstream

Inputs

PortTypeRequiredDescription
Workflow DefinitionjsonJSON data object
Workflow InputsjsonOptionalJSON data object

Outputs

PortTypeDescription
Execution ResultjsonJSON data object
Workflow TracearrayA list of items

Configuration

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

ParameterWhat to enter
executionModeConfigure executionMode in the node settings
errorHandlingConfigure errorHandling in the node settings
llmConfigConfigure 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.