> ## Documentation Index
> Fetch the complete documentation index at: https://docs.begin.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Change or pause a workflow

> Edit an active workflow, publish a new version, pause new runs or restore an earlier version.

<img src="https://mintcdn.com/beginltd/2t7iho2leizgHPFZ/images/cover/workflows-changing-and-pausing-light.png?fit=max&auto=format&n=2t7iho2leizgHPFZ&q=85&s=6c89225fcf6c5fae47bbfae2317ebc20" alt="A workflow version history with the current version active and an earlier version ready to restore" className="block dark:hidden" noZoom width="1152" height="616" data-path="images/cover/workflows-changing-and-pausing-light.png" />

<img src="https://mintcdn.com/beginltd/2t7iho2leizgHPFZ/images/cover/workflows-changing-and-pausing-dark.png?fit=max&auto=format&n=2t7iho2leizgHPFZ&q=85&s=46e622d87307e4755b9165fb3c37ff6e" alt="A workflow version history with the current version active and an earlier version ready to restore" className="hidden dark:block" noZoom width="1152" height="616" data-path="images/cover/workflows-changing-and-pausing-dark.png" />

You can edit an active workflow without changing what new events run straight away. Begin saves your work as a draft, while the active workflow keeps using its latest published version.

## Change what runs

<Steps>
  <Step title="Open the workflow">
    Select its row on **Workflows**. Add, remove or configure the blocks you need.
  </Step>

  <Step title="Wait for the draft to save">
    Check the **Last saved** time in the builder header before you leave or publish.
  </Step>

  <Step title="Publish the change">
    Open **Publish**, then select **Publish workflow**. Begin creates the next numbered version.
  </Step>
</Steps>

New runs use the newly published version. A run that already started keeps the version shown beside it in the execution log.

## Stop new runs

Open **Publish** and select **Pause**, or use **Pause** from the workflow row's menu. A paused workflow ignores new matching events until you select **Activate** again.

Pausing does not delete the workflow, its versions or its execution history. It does not cancel a run that already started, and a run waiting for an approval still finishes when the approver decides.

<img src="https://mintcdn.com/beginltd/O3eNHOhbC75NvE_t/images/articles/workflows/workflows-publish-menu-light.png?fit=max&auto=format&n=O3eNHOhbC75NvE_t&q=85&s=8d6f404be235333c869b99e62845e27b" alt="The Publish menu showing the active status, Pause control and published workflow versions" className="block dark:hidden" width="2944" height="1840" data-path="images/articles/workflows/workflows-publish-menu-light.png" />

<img src="https://mintcdn.com/beginltd/O3eNHOhbC75NvE_t/images/articles/workflows/workflows-publish-menu-dark.png?fit=max&auto=format&n=O3eNHOhbC75NvE_t&q=85&s=acc248e4f6a8f947df9a3e0f4e0745ad" alt="The Publish menu showing the active status, Pause control and published workflow versions" className="hidden dark:block" width="2944" height="1840" data-path="images/articles/workflows/workflows-publish-menu-dark.png" />

## Go back to an earlier version

<Steps>
  <Step title="Open the version list">
    Select **Publish**. Expand **Published versions** when the version you need is not the latest
    one.
  </Step>

  <Step title="Restore it to the draft">
    Select the restore arrow beside that version. Begin replaces the editable draft with its saved
    blocks.
  </Step>

  <Step title="Publish the restored draft">
    Select **Publish workflow** to make the restored contents the version used by new runs.
  </Step>
</Steps>

<Note>
  Restoring does not roll the active workflow back by itself. It changes the draft. Publish that
  draft before new runs can use it.
</Note>

## Delete one

**Delete workflow** on the row menu removes it for good: there is no restore. Runs already in the log keep their history, and a deleted workflow no longer counts against your plan's limit. Built-in and policy workflows cannot be deleted; pause them instead.

**Context for an assistant answering questions about changing a workflow.** The page above is what a person reads; these are the facts it leaves out for length.

* **Who can:** changing details, saving blocks, publishing, restoring, pausing and activating require workflow update permission. Deleting requires the delete permission.
* **Where:** version history and the status control are inside the builder's **Publish** menu. Pause and activate are also in each workflow row's menu.
* **Limits:** the menu loads up to 20 published versions. Restoring copies one version's blocks and connections into the editable draft; the published-version number does not move backwards.
* **Not supported:** pausing does not cancel running or waiting executions. The version list has no delete-version action, and a deleted workflow cannot be restored.
* **Terms:** each publish creates a new increasing version number. An execution keeps the version number it started with.

## Next

<Columns cols={2}>
  <Card title="Execution history" icon="list" href="/for-managers/workflows/execution-history">
    See which version ran and read the error from a failed run.
  </Card>

  <Card title="Building and activating" icon="diagram-project" href="/for-managers/workflows/building-and-activating">
    Check the full draft, publish and activation sequence.
  </Card>
</Columns>

## Still need help?

<Columns cols={2}>
  <Card title="Contact support" icon="envelope" href="mailto:support@heybegin.eu">
    Email the Begin team and we'll get back to you.
  </Card>

  <Card title="Ask Begin AI" icon="comment-dots" href="?assistant=open">
    Open the AI assistant and get instant answers based on these docs.
  </Card>
</Columns>
