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

Workflows are the core building blocks of the Flowker module. Each workflow defines an automated process composed of trigger, executor call, conditional, and action nodes connected in a visual canvas. In this section, you'll learn how to manage workflows via 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 date the workflow was created.
* **Last Updated** — the date the workflow was last modified.
* **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 be executed:

| 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/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/flowker/console/create-from-scratch" />

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

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

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

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

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