Version Management
Every workflow in Apptor Flow is versioned. Each time you save, a new version snapshot is created. You can view the history, compare versions, and publish a draft to make it the active version.
Version States
| State | Meaning |
|---|---|
| DRAFT | The current working version — editable, not yet published |
| PUBLISHED | A version that has been published and is used by triggers and API calls |
Only one DRAFT version exists at a time. Multiple PUBLISHED versions accumulate as history.
The Version Selector
The version selector appears in the top bar of the Designer (next to the flow name). It shows the current version and its state — for example, v1 (DRAFT) or v3 (PUBLISHED).
Click the version selector to open a dropdown listing all versions:
- The latest DRAFT version (if one exists)
- All PUBLISHED versions
Each entry shows the version number and status badge. A checkmark marks the currently loaded version. Click any version to load it in the designer.
Saving
The designer does not auto-save. Changes are held in memory until you explicitly save.
To save: Click Save in the toolbar, or press Ctrl+S.
When there are unsaved changes, the Save button is enabled. After saving, it shows "Saved" and becomes disabled until the next change.
What gets saved: All node positions and configurations, all connection types and conditions, workflow name and description.
Publishing
Publishing promotes the current DRAFT to PUBLISHED status, making it the active version used by all triggers and API calls.
To publish:
- Save any unsaved changes (Ctrl+S)
- Click Publish (rocket icon) in the toolbar
- Confirm in the dialog
After publishing, the version status changes from DRAFT to PUBLISHED. A new DRAFT version is automatically created so you can continue iterating without affecting the published version.
Publishing takes effect immediately. Webhooks and scheduled triggers pointing to this workflow start using the new version as soon as you confirm.
Version History Panel
Click the Version History button (clock icon) in the toolbar to open the version history panel.
The panel lists all versions, newest first:
| Column | Description |
|---|---|
| Version | Sequential version number (v1, v2, …) |
| Status | DRAFT or PUBLISHED |
| Created By | Who saved this version |
| Created At | Date and time the version was created |
To load a version: Click the eye icon (View) on any version row. The designer loads that version. PUBLISHED versions are read-only; the DRAFT version is editable.
Comparing Versions
The Version History panel has a Compare mode:
- Click the compare mode toggle button in the panel
- Click a first version to select it
- Click a second version to select it
- Click Compare Selected
A comparison view opens showing differences between the two versions.
Related
- Workflow Designer — Save and Publish buttons in the toolbar
- Set Up Triggers — Triggers always run the PUBLISHED version