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

# Editing a workflow

> Edit a Draft workflow in the Flowker Console to rename it, add or remove nodes, adjust connections, and reconfigure parameters in the canvas editor.

You can edit an existing workflow to update its name, modify its nodes and connections, or reconfigure individual node parameters.

A workflow must be in **Draft** to be edited — an active or inactive workflow can't be edited directly. If it's **Active**, deactivate it first (it becomes **Inactive**), then use **Move to Draft**; if it's already **Inactive**, use **Move to Draft** directly. (See [Activating and deactivating a workflow](/en/flowker/console/activating-deactivating-workflow).) Or **Clone** it to iterate without touching the live version.

To edit a workflow:

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

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) on the **Actions** column and select **Details**, or click the workflow name to open it.
  </Step>

  <Step>
    The visual canvas editor will open with the workflow's current configuration.
  </Step>

  <Step>
    Make your changes:

    * **Update the name** — edit the workflow name in the details panel.
    * **Add nodes** — drag new nodes onto the canvas from the node palette.
    * **Remove nodes** — select a node and delete it.
    * **Modify connections** — drag to create new connections or click existing connections to remove them.
    * **Configure nodes** — double-click any node to open its configuration panel and update parameters.
  </Step>

  <Step>
    Click **Save** to apply your changes.
  </Step>
</Steps>

<Note>
  Your changes take effect on future executions. Runs already in progress are unaffected.
</Note>

<Tip>
  For more details about the canvas editor and its node types, see [Workflow Canvas](/en/flowker/console/canvas-editor).
</Tip>
