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

# Executions overview

> Use the Executions page in the Flowker Console to browse all workflow runs, filter by workflow or status, and track Pending, Running, Completed, or Failed runs.

Executions represent individual runs of your workflows. The Executions page provides a complete history of all workflow executions, allowing you to monitor progress, investigate failures, and review results. In this section, you'll learn how to manage executions via the [Lerian Console](/en/platform/console/about-lerian-console).

## Accessing the Executions page

***

To open the **Executions** page, click **Executions** from the left-side menu on the **Flowker** page.

The page displays all executions for the organization in a data table, with the following columns:

* **Workflow** — the name of the workflow that was executed (or `Deleted workflow` when the workflow no longer exists).
* **Execution ID** — unique identifier of the execution.
* **Status** — the current state of the execution.
* **Started At** — the date and time the execution was triggered.
* **Duration** — how long the execution took to complete.
* **Actions** — action menu to view execution details.

You can filter executions by workflow name or status using the filter fields above the table.

## Execution statuses

***

Each execution progresses through a lifecycle indicated by its status:

| Status        | Description                                                           |
| ------------- | --------------------------------------------------------------------- |
| **Pending**   | The execution has been triggered and is waiting to start processing.  |
| **Running**   | The execution is currently in progress.                               |
| **Completed** | The execution finished successfully.                                  |
| **Failed**    | The execution encountered an error and did not complete successfully. |

## Related pages

***

<Columns cols={2}>
  <Card title="View execution details" icon="eye" horizontal href="/en/flowker/console/viewing-execution-details" />
</Columns>
