Flows support versioning so you can safely test changes without affecting production deployments.
When you edit a Flow, you’re working on a draft. Changes are saved automatically but don’t affect Products using the Flow until you publish.
Publishing creates an immutable version that Products reference. Further edits create a new draft.
Products using this Flow will now use the latest published version.
Runtype automatically assigns version numbers:
v1 — First published versionv2 — Second published versionv3 — And so onVersion notes help you remember what changed in each version.
Always test drafts thoroughly:
Only publish when confident the Flow works as expected.
Publishing immediately updates all Products using this Flow. Test thoroughly before publishing to avoid breaking production surfaces.
If a new version causes issues:
This creates a new version with the same steps as the old one. The problematic version remains in history but is no longer the published version.
Note: Loading a previous version will discard any unsaved changes in the editor.