Skip to main content

Flow Versions

The Versions tab lists all saved versions of the current flow and provides bulk operations to manage their lifecycle.

Overview

Every time a flow is saved or activated in Salesforce, a new version is created. Over time this can accumulate many obsolete versions. The Versions tab gives you a single place to review and clean them up.

Version Grid

Each row represents one version of the flow with the following information:

ColumnDescription
VersionVersion number
StatusActive, Inactive, Draft, or Obsolete
Process TypeThe flow type (AutoLaunchedFlow, ScreenFlow, etc.)
CreatedWhen this version was created and by whom
Last ModifiedWhen it was last updated

Bulk Operations

Select one or more versions using the row checkboxes to enable bulk actions in the toolbar:

ActionDescription
ActivateSet selected versions to Active
InactivateSet selected versions to Inactive
Delete ObsoleteDelete all Obsolete versions in one operation
caution

Deleting a version is permanent. Only Obsolete versions can be deleted — Active and Inactive versions must be deactivated first.

Comparing Versions

Select exactly two versions and click Compare to open a side-by-side diff view showing what changed between them. The comparison highlights added, removed, and modified elements.

Tips

  • Use Delete Obsolete regularly to keep the version list manageable, especially on frequently updated automation flows.
  • Only one version of a flow can be Active at a time. Activating a new version automatically deactivates the previous one.
  • Use Compare to audit changes before promoting a new version to production.