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

# Workflows overview

> Browse the Workflows page in the Flowker Console to see every workflow, filter by name or status, and access lifecycle-aware actions.

Each workflow defines an automated process composed of trigger, executor call, conditional, and action nodes connected in a visual canvas. You manage workflows in the [Lerian Console](/en/platform/console/about-lerian-console).

## Accessing the Workflows page

***

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

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

* **Name**: the workflow name (and its description, when set).
* **Status**: the current lifecycle state: `Draft`, `Active`, or `Inactive`.
* **Created**: the workflow creation date.
* **Last Updated**: the date of the last change to the workflow.
* **Actions**: action menu.

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

## Workflow statuses

***

Each workflow has a lifecycle status that determines whether it can run:

| Status       | Description                                                            |
| ------------ | ---------------------------------------------------------------------- |
| **Draft**    | The workflow is being designed and is not yet available for execution. |
| **Active**   | The workflow is live and can be triggered for execution.               |
| **Inactive** | The workflow has been deactivated and will not respond to triggers.    |

## Available actions menu

***

The action menu presents actions according to the workflow's lifecycle state and trigger configuration:

* **Details**: opens the workflow in the visual canvas editor (clicking the workflow name does the same).
* **Schedule**: for a workflow with a valid schedule trigger, opens the schedule panel, showing the workflow's schedule status, upcoming runs, and missed runs pending review. See [Running a workflow on a schedule](/en/products/flowker/running-a-workflow-on-a-schedule).
* **Execute**: available only for an **Active** workflow. Triggers an immediate execution.
* **Clone**: creates a duplicate of the workflow.
* **Activate**: available only for a **Draft** workflow.
* **Deactivate**: available only for an **Active** workflow.
* **Move to Draft**: available only for an **Inactive** workflow. Returns it to draft status.
* **Delete**: available only for a **Draft** or **Inactive** workflow. Permanently removes it.

## Related pages

***

<Columns cols={2}>
  <Card title="Create a workflow" icon="plus" horizontal href="/en/products/flowker/console/create-from-scratch" />

  <Card title="Edit a workflow" icon="pen" horizontal href="/en/products/flowker/console/editing-a-workflow" />

  <Card title="Workflow Canvas" icon="objects-column" horizontal href="/en/products/flowker/console/canvas-editor" />

  <Card title="Activate / Deactivate" icon="toggle-on" horizontal href="/en/products/flowker/console/activating-deactivating-workflow" />

  <Card title="Clone a workflow" icon="clone" horizontal href="/en/products/flowker/console/cloning-a-workflow" />

  <Card title="Delete a workflow" icon="trash" horizontal href="/en/products/flowker/console/deleting-a-workflow" />
</Columns>
