We’re currently experiencing a high volume of support requests, which may result in longer response times — thank you for your patience and understanding.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

This documentation is for the new preview UI. It’s still being refined and is subject to change. For documentation for the old UI, see Knowledge Base.

Article link copied to clipboard
Updated
Published
1 min read

Your Workflow has two copies: the draft copy that you build and test in the Flow Builder, and the production copy that runs when your Workflow is enabled.

At any point as you test your Workflow, you can save a draft copy by clicking the Save draft button.
Clicking this button will not affect your production copy.

Once you are satisfied with testing and your Workflow works as expected, you can enable the production copy by first clicking the arrow to the right of Save draft and then selecting Save as new version.
Give your version a comment (describing what you changed), and optionally select Enable this version.

Save a new version

Alternatively, you can enable your Workflow by clicking the Enable button at the top left of the canvas.

Enabling your Workflow has the following effects:

  • It makes a production-ready copy of your Workflow.
    Any changes you make to the Workflow after enabling it will not affect the production copy unless you explicitly save a new version and enable it.
  • If your workflow uses a schedule trigger, it will start running on the schedule you defined.
  • If your workflow uses a webhook trigger, it will start listening for incoming webhook requests using its production URL.