Version History

Every time you publish a workflow, TinyCommand saves a snapshot. Version history lets you view past versions, compare changes, and restore a previous version if something goes wrong.

Accessing version history

  1. Open your workflow
  2. Click History (clock icon) in the top bar
  3. The version history panel opens on the right

What's saved in each version

FieldDescription
Version numberAuto-incrementing: v1, v2, v3, etc.
TimestampWhen this version was published
Published byWhich team member published it
Node countNumber of nodes in this version
Change summaryAuto-generated description of what changed

Viewing a version

Click any version in the history panel to load it onto the canvas. The canvas shows the workflow as it was at that point in time:

  • Nodes that were added since this version are hidden
  • Nodes that were removed since this version reappear
  • Node configurations show their historical values

A banner at the top indicates you're viewing a historical version: "Viewing v3 (published Mar 15, 2024)"

Comparing versions

To see what changed between two versions:

  1. Select the first version in the history panel
  2. Click Compare and select the second version
  3. The comparison view highlights:
ColorMeaning
GreenNode or connection added in the newer version
RedNode or connection removed in the newer version
YellowNode exists in both but configuration changed
No highlightUnchanged

Restoring a version

To revert to a previous version:

  1. Select the version you want to restore
  2. Click Restore this version
  3. Confirm the action
  4. The workflow canvas updates to the restored version
  5. Publish to make the restored version live

Restoring creates a new version (e.g., restoring v3 when you're on v7 creates v8 with v3's content). The version history is never lost.

Auto-save vs. publish versions

Save typeWhen it happensVisible in history
Auto-saveEvery time you edit the canvas (every few seconds)No; auto-saves are not versioned
PublishWhen you click PublishYes; creates a new version

Auto-saves protect your work if the browser crashes, but they're not version milestones. Only published versions appear in the history panel.

Version limits

PlanVersions retained
FreeLast 5 versions
StarterLast 20 versions
ProLast 50 versions
EnterpriseUnlimited

When the limit is reached, the oldest version is removed as new versions are created.

Tip

Before making major changes to a working workflow, publish the current version first. This creates a clean restore point you can return to if the changes don't work out.

Warning

Restoring a version does NOT automatically publish it. You must click Publish after restoring to make the old version live. Until you publish, the previously published version continues to run.