> ## 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

> Monitor workflow runs, investigate failures, and review results from a complete history of every execution in Flowker.

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/lerian-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** — unique identifier of the workflow that was executed.
* **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/platform/lerian-console/flowker-console/viewing-execution-details" />
</Columns>
