View workflow versions

Using the Version History option in the workflow designer page, you can:

  • View a history of versions of your workflow.
  • Access and edit previous versions of a workflow, if needed.
Note: 

Access earlier versions of a workflow

Caution: To avoid losing changes, save or publish the workflow you're currently viewing before opening a previous version.

  1. On the toolbar at the top of the workflow designer, click Version History. A list of all versions of the workflow is displayed.

    Note: If there are no previous versions of the workflow, the Version History button is disabled.

  1. (Optional) Select the Show published versions only check box if you want to show only the published versions of your workflow. All draft versions will be hidden.

  2. In the window that appears, click the version you want to view.
  3. When opening an old version of a workflow, a message appears at the top of the page informing you the version you are currently viewing. In addition to that message, the footer displays more information about the workflow.

Understand workflow version numbering scheme

Workflow version numbers are generated based on the following scheme:

  • First save of a workflow generates a draft version of your workflow. The version number is 0.1.
  • First publish of a workflow generates a published version of your workflow. The version number is 1.0.
  • Every next publish adds a 1.0-increment to the previous published version.
  • Every next save adds a 0.1-increment to the latest version of the workflow.
  • The same conventions apply when saving or publishing earlier versions of a workflow.

Sample scenarios

Current latest version of workflow Version you are viewing Action you take after making changes to the workflow New version of workflow
New (no previous versions exist) n/a Save 0.1
    Publish 1.0
1.0 same Save 1.1
    Publish 2.0
3.4 same Save 3.5
    Publish 4.0
4.0 2.3 Save 4.1
    Publish 5.0