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

# Managing workflows

> Modify workflow structure, manage lifecycle status, duplicate for reuse, or remove workflows from the Flowker Console.

Once a workflow exists, you can modify its structure, manage its lifecycle, duplicate it for reuse, or remove it entirely. All maintenance actions are available from the **Actions** menu (<Icon icon="ellipsis-vertical" />) on each workflow row in the Workflows page.

## Workflow lifecycle

***

Every workflow moves through a defined set of statuses:

| Status       | What it means                                                                 |
| ------------ | ----------------------------------------------------------------------------- |
| **Draft**    | The workflow is being designed. It cannot be triggered or executed.           |
| **Active**   | The workflow is live and responds to triggers.                                |
| **Inactive** | The workflow has been paused. It won't respond to triggers until reactivated. |

You control these transitions through the **Activate**, **Deactivate**, and **Move to Draft** actions. See [Activating and deactivating a workflow](/en/platform/lerian-console/flowker-console/activating-deactivating-workflow) for details.

## Available actions

***

<Columns cols={2}>
  <Card title="Edit a workflow" icon="pen" href="/en/platform/lerian-console/flowker-console/editing-a-workflow">
    Modify the workflow's nodes, connections, and configuration in the visual canvas editor.
  </Card>

  <Card title="Clone a workflow" icon="clone" href="/en/platform/lerian-console/flowker-console/cloning-a-workflow">
    Create a duplicate of an existing workflow to use as a starting point for a new one.
  </Card>

  <Card title="Activate / Deactivate" icon="toggle-on" href="/en/platform/lerian-console/flowker-console/activating-deactivating-workflow">
    Control whether the workflow is live and responsive to triggers, or paused.
  </Card>

  <Card title="Delete a workflow" icon="trash" href="/en/platform/lerian-console/flowker-console/deleting-a-workflow">
    Permanently remove a workflow that is no longer needed.
  </Card>
</Columns>
