Versioning is a fundamental feature of the workflow builder that allows you to preserve snapshots of your workflows. By versioning, you can safely make changes and iterate without affecting existing published versions—ensuring smooth, controlled updates and rollbacks as needed.Documentation Index
Fetch the complete documentation index at: https://docs.anyreach.ai/llms.txt
Use this file to discover all available pages before exploring further.
The version model
Version Types
- Draft — The editable, working version where changes are made before release.
- Published — A read-only snapshot: locked, non-editable, and available for execution, but triggers do not fire by default.
- Live — A published version explicitly marked as “Live”. Only one version can be live at a time, and it is the only version whose triggers are active and will run automatically.
Only a Published version can be promoted to Live.
Publishing a workflow
When your draft is ready, click the Publish icon in the top bar to create a published snapshot of your workflow.
Making a version Live
Once a version is published, you can activate it by clicking the Go Live button. Marking a version as Live promotes it as the active workflow.
- All triggers defined in that version become active.
- Triggers immediately start processing their assigned events.
- Any previously Live version is deactivated to ensure only one active workflow version at a time.
Deactivating a Live version
To deactivate a Live version, click the Go Offline button in the top bar. This action revokes the version’s Live status, returning it to a Published (read-only, non-triggering) state.
- All triggers in that version are immediately deactivated and will stop receiving events.
- The version remains available as a published snapshot, but is no longer active.
- You can set another published version as Live whenever ready.
What is versioned
Everything inside the workflow graph is versioned:- The node graph (steps and connections)
- Each step’s configuration
- Step names and IDs
- The workflow name
- The Private/Public toggle state

