Execution List
The execution list shows all workflow executions in your history — sorted by start time, most recent first. Each row displays the workflow name, trigger time, duration, and status. Click any row to see the output preview and access the Observer Panel.
List Layout
Each row represents one workflow execution. Here is a sample execution list:
Row Fields
| Column | Description |
|---|---|
| Workflow Name | Display name of the workflow definition |
| Trigger Time | When execution started (local timezone display) |
| Trigger Type | How it started: Manual, Scheduled, Webhook, API |
| Your Role | "You triggered this" or "HIL respondent" |
| Duration | Elapsed time (for completed), "Running N h Nm" (for running), or "Awaiting input" (suspended) |
| Status Badge | Color-coded status — see Status Badges page |
| Chevron | Click indicator — opens execution detail |
Sorting
| Sort Option | API Parameter | Default? |
|---|---|---|
| Triggered (Most Recent) | sortBy=triggeredAt&sortDir=desc | Yes |
| Triggered (Oldest First) | sortBy=triggeredAt&sortDir=asc | No |
| Duration (Longest) | sortBy=durationMs&sortDir=desc | No |
| Workflow Name (A-Z) | sortBy=workflowName&sortDir=asc | No |
Pagination
The default page size is 25 executions. The total count is shown in the header. Pagination controls at the bottom allow jumping to any page. The page state is URL-synced — navigating back restores the same page.
Executions with status running or suspended have their status automatically refreshed via a lightweight polling interval (every 30 seconds). When a running execution completes, the status badge updates without a full page reload.