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

# Task Board

> View the task execution status of all Wakers from a global perspective, with both list and swimlane views.

The task board provides a global view of the task execution status of all Wakers, helping you stay on top of the progress of your work. When multiple Wakers are handling different tasks at the same time, the task board is the best tool for tracking overall progress.

## List View

Click "Task Board" in the left navigation bar to enter the board page, which shows the list view by default.

**Interface layout:**

* **Top filter bar**: Provides multi-dimensional filter conditions.
* **Task list**: Displays all tasks in a table, including task name, type, executing Waker, status, creation time, and duration.
* **View toggle button**: Switch between the list view and the swimlane view.

**Filter dimensions:**

| Dimension        | Options                                                        |
| ---------------- | -------------------------------------------------------------- |
| Task type        | Automated task / Solo task / Group Leader task / Group subtask |
| Associated group | Filter by the group it belongs to                              |
| Waker            | Filter by the executing Waker                                  |
| Status           | Waiting / In progress / Completed / Failed                     |

## Swimlane View

Click the view toggle button to switch to the swimlane view:

* Tasks are displayed in columns by status (Kanban style)
* Each column represents a status (Waiting, In progress, Completed, etc.)
* Tasks are shown as cards in the corresponding status column
* Intuitively presents the distribution of tasks across different statuses
* Each card shows the task name, associated Waker, and key time information

## Task Details

Click any task in the task list to view its detailed information:

* Basic task information (name, type, creation time)
* Executing Waker and associated session
* Task execution progress and status change history
* Related outputs

**Task types:**

| Type              | Description                                                 |
| ----------------- | ----------------------------------------------------------- |
| Automated task    | A task created by an automation trigger                     |
| Solo task         | A task executed independently by a single Waker             |
| Group Leader task | A top-level task coordinated by the Leader Waker in a group |
| Group subtask     | A subtask assigned to a specific Waker in a group           |

<Tip>
  Task types correspond to different ways of initiating tasks: automated tasks come from [automated tasks](./automated-tasks), while Group Leader tasks and group subtasks come from [group collaboration](./conversation-tasks#group-collaboration).
</Tip>
