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

> Manage Flowker's automated processes built from triggers, actions, conditionals, and provider nodes connected on a visual canvas.

Workflows are the core building blocks of the Flowker module. Each workflow defines an automated process composed of triggers, actions, conditionals, and provider nodes connected in a visual canvas. In this section, you'll learn how to manage workflows via the [Lerian Console](/en/platform/lerian-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.
* **Status** — the current lifecycle state: `Draft`, `Active`, or `Inactive`.
* **Created** — the date the workflow was created.
* **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

***

For each workflow, the following actions are available in the action menu (<Icon icon="ellipsis-vertical" />):

* **Edit Flow** — opens the workflow in the visual canvas editor.
* **Execute** — triggers an immediate execution of the workflow.
* **Settings** — opens the workflow settings side panel to edit name, description, and other properties.
* **Clone** — creates a duplicate of the workflow.
* **Activate** / **Deactivate** — changes the workflow's lifecycle status.
* **Move to Draft** — returns an active or inactive workflow to draft status.
* **Delete** — permanently removes the workflow.

## Related pages

***

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

  <Card title="Create from template" icon="copy" horizontal href="/en/platform/lerian-console/flowker-console/create-from-template" />

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

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

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

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

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