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

# Cloning a workflow

> Duplicate an existing workflow with all its nodes and configurations to quickly build a new variant in Draft status.

Cloning creates a duplicate of an existing workflow, including all its nodes, connections, and configurations. The cloned workflow is created in **Draft** status so you can customize it before activating.

To clone a workflow:

<Steps>
  <Step>
    On the **Workflows** page, find the workflow you want to clone.
  </Step>

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) on the **Actions** column and select **Clone**.
  </Step>

  <Step>
    A copy of the workflow will be created with a default name (typically the original name with a suffix). The cloned workflow will appear in the workflows list with **Draft** status.
  </Step>
</Steps>

After cloning, you can [edit the workflow](/en/platform/lerian-console/flowker-console/editing-a-workflow) to update its name, modify nodes, and adjust configurations as needed.

<Tip>
  Cloning is useful when you want to create a variation of an existing workflow without modifying the original. For example, you can clone a workflow and adjust it for a different provider or data source.
</Tip>
