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

> Update a workflow's name, modify its nodes and connections, or reconfigure individual node parameters as your logic evolves.

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

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 **Edit**, 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** — click any node to open its configuration panel and update parameters.
  </Step>

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

<Note>
  Editing an **Active** workflow will not affect executions that are already in progress. Changes will apply to future executions only.
</Note>

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