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

# Workflows

> Inspect, execute, and cancel multi-agent DAG workflows.

The **Workflows** screen tracks the DAG [workflows](/concepts/workflows) submitted by orchestrator agents or API callers. Each workflow is a directed graph of nodes, where each node runs an agent. The list **auto-refreshes** so in-progress workflows stay current.

## The workflows table

With **filter/search** and pagination, the table shows:

| Column      | Description                          |
| ----------- | ------------------------------------ |
| **ID**      | Stable identifier.                   |
| **Prompt**  | The prompt that seeded the workflow. |
| **Status**  | Current workflow status.             |
| **Nodes**   | Node counts across the graph.        |
| **Repairs** | Number of repair attempts.           |
| **Created** | When it was submitted.               |

### Actions

* **Execute** — kick off a **pending** workflow inline from its row.
* Click a row to open its **detail sheet**.

<Frame caption="Workflows — DAG runs submitted by orchestrator agents and API callers.">
  <img src="https://mintcdn.com/orcapods/QvGbh1ZeFOhKP6Fs/images/dashboard/workflows.jpg?fit=max&auto=format&n=QvGbh1ZeFOhKP6Fs&q=85&s=833b3786f5a7879a978fd06d10610c04" alt="Workflows page empty state" width="1440" height="688" data-path="images/dashboard/workflows.jpg" />
</Frame>

## Workflow detail sheet

<Steps>
  <Step title="Run or stop the workflow">
    Use **Execute** to start it or **Cancel workflow** to stop it.
  </Step>

  <Step title="Switch node views">
    Toggle between the **Graph** view (the DAG visually) and the **Table** view of nodes.
  </Step>

  <Step title="Read the nodes table">
    The nodes table lists each **node**, its **agent**, **status**, **attempt**, and **duration**.
  </Step>

  <Step title="Drill into a node">
    Open any node to see its **output** or **error**.
  </Step>
</Steps>

## Related

<CardGroup cols={3}>
  <Card title="Workflows" href="/concepts/workflows">
    The DAG workflow model.
  </Card>

  <Card title="Pools" href="/concepts/pools">
    Group the agents a workflow orchestrates.
  </Card>

  <Card title="Sessions" href="/dashboard/sessions">
    Inspect the sessions nodes run in.
  </Card>
</CardGroup>
