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

Workflow Canvas

Build AI workflows visually with drag-and-drop nodes backed by a DAG execution engine.

Overview

The workflow canvas is HexClaw's no-code orchestration tool. Build complex AI pipelines by arranging nodes and drawing edges between them.

Node Types

NodeDescriptionTypical Use
AgentRuns an AI taskContent generation, data analysis, code writing
ToolInvokes an MCP toolAPI requests, file operations, database queries
ConditionBranches based on a ruleRoute execution based on prior results
OutputProduces the final resultSave files, send notifications, or return data

Create a Workflow

  1. Open the Workflow Canvas page
  2. Drag nodes from the left panel onto the canvas
  3. Create edges by dragging between node connection points
  4. Configure each node, such as the bound agent or prompt
  5. Save the workflow

Template Library

HexClaw includes starter templates to help you begin quickly:

Run a Workflow

  1. Save the workflow and click "Run"
  2. The graph executes in DAG topological order
  3. Each node reports status in real time: pendingrunningcompleted or failed
  4. Review the output once execution finishes
Tip: Workflow execution supports polling, so you can leave the page while a run is active and return later to inspect the result.

Workflow Validation

Before clicking "Run", HexClaw automatically validates the workflow:

If validation fails, an error message appears at the top and must be resolved before running.

Save & Load

The toolbar provides workflow management features:

Execution Status

While a workflow is running, each node displays its execution status in real time:

After the run completes, the bottom results panel shows the output or error details.


← Agent Management
Model Providers →

✏️ Edit this page on GitHub