Skip to content

Cockpit

Cockpit is a kanban-style view for monitoring workflow runs across days. It is the default Web UI landing page and is useful when you want a quick answer to "what is queued, running, waiting for review, done, or failed?"

Cockpit

Opening Cockpit

Open Cockpit from the left navigation or visit /cockpit.

The page follows the global workspace selector:

SelectionWhat Cockpit Shows
All workspacesRuns from every workspace you can access.
DefaultRuns from workflows without a workspace label.
Named workspaceRuns from that workspace only.

Switching workspace refreshes the board so you can focus on one team, environment, or project.

Board Layout

Cockpit groups runs by date and status:

ColumnMeaning
QueuedRuns waiting to start.
RunningRuns currently executing.
ReviewRuns paused for approval.
DoneSuccessful or partially successful runs.
FailedFailed, aborted, or rejected runs.

Each card shows the workflow name, status, elapsed time, and a short parameter preview. Click a card to open the run details page.

Browsing Older Runs

Cockpit starts with recent days. Scroll down and click Load older day to inspect earlier activity. Today's runs update live while the page is open.

Starting a Workflow from Cockpit

Use the template selector at the top of the page to find a workflow:

  1. Click Select template.
  2. Search by workflow name or browse grouped workflows.
  3. Select a workflow to open the preview panel.
  4. Review parameters and choose Start or Enqueue.

When a named workspace is selected, Cockpit starts the run in that workspace. When All workspaces or Default is selected, Cockpit does not add a named workspace to the run.

Preview Panel

The preview panel shows the same workflow information you see on the workflow details page:

  • workflow description and labels
  • schedule information
  • parameter inputs
  • start and enqueue controls
  • validation errors, if the workflow cannot be loaded

Typed parameters render as friendly controls such as text inputs, selects, number fields, and toggles. Workflows without typed parameter metadata use the raw parameter editor.

Keyboard Shortcuts

KeyAction
EscapeClose the preview panel.
fOpen the workflow in the full details page.
Cmd/Ctrl + Click on fullscreenOpen the workflow in a new tab.

Shortcuts are ignored while you are typing in an input or textarea.

Tips

  • Use workspaces to keep the board from mixing unrelated teams or environments.
  • Use labels on workflows to make the template selector easier to scan.
  • Click a run card when you need logs, step status, outputs, artifacts, or retry controls.

Released under the MIT License.