Getting Started Chat & Sessions Agents Workflow Providers Advanced Shortcuts FAQ
HexClaw Docs

Workflow Canvas

Orchestrate multi-step AI tasks with linear steps under Automation → Workflows.

Overview

Workflows live under the Automation → Workflows tab and are HexClaw's multi-step AI orchestration tool. They use linear steps: break a complex task into a sequence of steps that run in order, passing each step's output to the next.

Step Anatomy

Each step is one agent call and can be configured independently:

FieldDescription
RoleThe agent / persona used for this step
PromptThis step's instruction; can reference the previous step's output
ModelA model chosen specifically for this step
ToolsThe tools / MCP this step is allowed to call

Create a Workflow

  1. Open the Automation → Workflows tab and create a new workflow
  2. Add steps, then add / remove / reorder them as needed
  3. Edit each step's role, prompt, model, and tools
  4. Save the workflow
  5. Click Dry Run — per-step status is filled back in real time

Execution & Status

At run time, each step executes in order and reports status live:

Tip: Workflow execution supports polling, so you can leave the page while a run is active and return later to inspect the result.

← Agent Management
Model Providers →

✏️ Edit this page on GitHub