> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Runs and history

> Run now, run detail, statuses, and monitoring

## Run now

From the routine list or detail page, **Run now** creates a new run immediately (`triggered_by: manual`), clones the task template, and dispatches to **inbox** when the Bridge is connected.

## Run detail

Each run has:

* **Run number** — incremental per routine definition
* **Status** — follows workflow run states (`draft`, `active`, `done`, `blocked`, `failed`, `cancelled`, …)
* **Scheduled for** — when the run was planned (scheduler) or null (manual)
* **Linked task** — open the task to see live output, artifacts, and agent activity

## Monitoring

* **Last run** time and status on the routine card
* **Run count** on the definition
* **Events** stream for task transitions during execution

<Warning>
  A failed run does not delete the routine definition. Fix the agent or instructions, then trigger a new run or wait for the next schedule.
</Warning>

## Archiving

Archived routines are hidden from the default list but kept for history. Restore from the archived tab when needed.

See also: [Tasks](/getting-started/tasks) for Kanban states during a run.
