# Pausing and Resuming Workflows

Pausing and resuming Workflow is also known as draft mode and publishing. Workflows can be paused and resumed anytime by switching back and forth from published to draft mode. Pausing a workflow will temporarily stop the actions from firing off until it is republished.  Let’s say that your workflow is malfunctioning and you need to pause it or put it on the shelf for a later date and you need time to work on it. This article will go over how to accomplish this.

You can place any published workflow into draft mode from the workflow menu to pause it by clicking on the menu dots.

{% embed url="<https://lh6.googleusercontent.com/ZqyXL6ds4Yrx49O0wp2nIimvzxtmff1eLugcKi6Jmfa6aob6PseMTHjH3F1y4HSeMktFgzyKT5aNwiwuWIKgy4aJvPcazAImqXg1Nm-1ydW-F-VHPDVpNks4RPKRXiUQGdlBNSyniREWppcEzdD3JXY>" %}

You can resume any workflow by publishing it again in the same way.

{% embed url="<https://lh5.googleusercontent.com/Ndquqdl8rEoK_BK-MgWkr-9a52xwCNc13iBtLPn1YfIFE8uwpLa2CgWCQRZPKR92PIs8Iw4PzUUPsyPLE9f7jbAyNb266hW9ra_TSLoMqWYZGWw1IWOs0V3ajRP3P062m9mRA1ZtvhLM6rZqFOWv0eU>" %}

You can also do this from within a workflow by clicking into the workflow, toggling on and off the draft/publish toggle, and saving the flow.

{% embed url="<https://lh5.googleusercontent.com/boQR76DrfSArUAY8ePXSwUepaWr1sFj0yiYSy_C_McxziwnUlw49OlsviHp_yfdtSqGlDVLxRF5rbqwpfgbVCRuJ8QKUZZXhG9ukS5GFj2Jr5ISuhfFXtzS2eavml3KpIHv-zXzR1dUW7ltbnf3yg20>" %}

**Please Note:** If your contact is halfway through the workflow in a wait step, only the changes below the contacts' current position will be implemented.

**Pro tip:** If you need to make significant changes and contacts have already passed through the existing flow partially or fully we recommend duplicating the workflow into multiple flows and adding leads from where they were on a case-by-case basis and starting with a new workflow that has been corrected for future use.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/pausing-and-resuming-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
