Runs
The Runs page provides a unified view of all flow and guide executions. Monitor active runs, review historical executions, and troubleshoot failures.
Accessing Runs
Click Runs in the sidebar to open the runs view.
Runs Overview
The runs list displays:
- Run name (flow or guide title)
- Status indicator
- Start time
- Duration
- Trigger (who or what started it)
Default View
By default, you see active and recent runs. Use filters to view historical data.
Run Statuses
Startup States
| Status | Description |
|---|---|
| Pending | Run is queued, waiting to start |
| Identifying Tools | System is identifying required tools |
| Scheduled for Execution | Run will start at a scheduled time |
| Ready for Execution | Run is about to begin |
Active States
| Status | Description |
|---|---|
| Executing Triage | Running diagnostic steps |
| Deciding Remediation | AI determining which remediation to run |
| Ready for Remediation | Triage complete, remediation ready |
| Executing Remediation | Running resolution steps |
| Summarizing | Generating execution summary |
Waiting States
| Status | Description |
|---|---|
| Waiting for User Input (Triage) | A triage step needs your input |
| Waiting for User Input (Remediation) | A remediation step needs your input |
Completion States
| Status | Description |
|---|---|
| Completed Success | Run finished successfully |
| Completed Failure | Run completed with failures |
| Completed Partial | Some steps succeeded, some failed |
| Cancelled | Run was stopped by user |
| No Steps | No steps were found to execute |
Viewing Run Details
Click any run to see detailed information:
Progress View
For active runs:
- Current step highlighted
- Completed steps checked off
- Real-time tool execution display
- Variable values
Results View
For completed runs:
- Step-by-step execution log
- Time spent on each step
- Tool inputs and outputs
- Final outcome and summary
Timeline
See the chronological sequence:
- When each step started and finished
- Wait times for user input
- Total duration breakdown
Working with Active Runs
Joining a Run
Click an active run to join it. You can:
- Watch execution progress in real-time
- Respond to steps requiring input
- Monitor variable values
Responding to User Input
When a run waits for user input:
- The run status shows "Waiting for User Input"
- Open the run
- Read the prompt or question
- Provide your response
- The run continues
Cancelling a Run
To stop a run in progress:
- Open the run
- Click Cancel
- Confirm cancellation
The run stops immediately and is marked as Cancelled.
Filtering Runs
By Status
Filter to see:
- Active runs only
- Completed runs
- Failed runs
- Cancelled runs
By Type
- All — Flows and guides
- Flows — Flow runs only
- Guides — Guide runs only
By Time Range
- Last 24 hours
- Last 7 days
- Last 30 days
- Custom range
By Flow/Guide
Search for runs of a specific flow or guide by name.
Troubleshooting Failed Runs
Understanding Failures
When a run fails, review:
- Which step failed — Identify the point of failure
- Error message — Read the specific error
- Tool output — Check raw tool results
- Variable values — Verify inputs were correct
Common Failure Causes
| Cause | Resolution |
|---|---|
| Tool timeout | Check tool availability, increase timeout |
| Invalid input | Verify input variable values |
| Tool error | Check tool logs, verify permissions |
| Network issue | Check outpost connectivity |
| Missing permissions | Verify user has required access |
Retrying Runs
For failed runs that can be retried:
- Open the run details
- Review what failed
- Fix the underlying issue
- Start a new run of the same flow/guide
Run Management
Deleting Runs
Remove runs from history:
- Select runs to delete
- Click Delete
- Confirm deletion
Deleted runs cannot be recovered.
Exporting Run Data
Export run details for analysis or compliance:
- Open a run
- Click Export
- Choose format (JSON, CSV)
How Runs Are Created
Runs are started by:
- Running from Chat — "Run the database health check flow"
- Running from Flows/Guides page — Click Run on a flow or guide
- External triggers — Integrations starting runs automatically
- Scheduled execution — Flows configured to run on schedule
The Runs page is for viewing and managing runs, not creating them.
Best Practices
Check regularly for runs waiting on user input—they can't proceed without you.
Understand why runs fail to improve your flows and prevent recurring issues.
With many runs, filters help you find what you need quickly.
Delete old runs periodically to keep history manageable and relevant.