Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Workflow Versioning and Publishing

UpdatedMay 22, 2026Reading time1 min read

Overview

Each workflow has versions. You can edit drafts safely and publish when ready, without changing your integration identifiers.

Workflow code across versions

Workflow code is shared across versions of the same workflow root. You keep one stable workflow code in API and webhook integrations even as you create new versions.

What runtime triggers execute

Runtime non-manual triggers execute the currently published version for that workflow code in the selected app. This applies to API, webhook, scheduled, form, and workflow triggers.

What test trigger executes

Test runs in the dashboard/editor can execute the specific version you are viewing, including non-published versions. Use this to validate draft changes before publishing.

Recommended workflow

  1. Edit and test a draft version in the editor.
  2. Publish once validation is complete.
  3. Let runtime automation continue using the published version via the same workflow code.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →