Skip to main content

Run a Workflow

Start a manual workflow run, watch agents work through stages in real time, and read the results.

Prerequisites

Steps

1. Open the workflow

Navigate to your project and open the workflow you want to run.

2. Go to the Runs & Triggers tab

Click the Runs & Triggers tab (tab 2). The bottom section shows the run history table. If the workflow has never been run, this table is empty.

Runs & Triggers tab with run button

3. Start a new run

Click the Run Workflow button. If the workflow has "Awaits User Input" enabled, a text field appears where you enter a task description or instructions for this particular run. Otherwise, the run starts immediately.

tip

Use the task description to provide specific context for this run. For example, a content pipeline might accept a topic: "Write a guide about Kubernetes networking". The task description is passed to the first stage as input.

4. Watch the run execute

After starting, the run appears at the top of the history table with a running status badge. The page updates in real time via Turbo Streams as the workflow progresses.

5. Follow the event timeline

Click the run row to expand it and see the event timeline. Events appear chronologically as each stage executes:

Event typeWhat it means
Stage startedAn agent began working on a stage
Tool useAn agent called a tool (web search, code execution, etc.)
Agent outputAn agent produced intermediate or final output
Stage completedA stage finished with a result
Routing decisionAn outcome routed execution to a specific stage
Run completedAll stages finished successfully
Run errorSomething went wrong (agent error, tool failure, timeout)

6. Read stage results

Each completed stage shows its output in the event timeline. The output format depends on the stage's summary mode:

  • Full -- Complete agent output preserved
  • Condensed -- Compressed summary of the output
  • None -- Output not included in the timeline (used for stages that pass data via tools)

7. Check the final status

When the run finishes, the status badge updates to one of:

StatusMeaning
CompletedAll stages executed successfully
StoppedThe run was manually stopped
ErrorA stage or agent encountered an error

8. Stop a running workflow

If a run is taking too long or you need to abort, click the Stop button on the running workflow. The engine halts execution after the current agent cycle completes.

9. Re-run a workflow

To run the same workflow again, click Run Workflow again. Each run is independent -- previous runs are not affected and remain in the history for review.

What's next

Learn more