Skip to content

How do I view and restore earlier version of my pathway?#

Use pathway history to view and restore previous versions of your pathways.

Understand pathway history#

Ensemble creates a new version when you:

  • Save your pathway.
  • Restore an old version. Ensemble saves the latest version before restoring.
  • Pull from a Git repository using Source control. Note that Ensemble saves versions to the instance database, not to Git.

pathway history and execution history

Don't confuse pathway history with the pathway-level executions list.

Executions are pathway runs. With the executions list, you can see previous runs of the current version of the pathway. You can copy previous executions into the editor to Debug and re-run past executions in your current pathway.

pathway history is previous versions of the pathway: for example, a version with a different node, or different parameters set.

View pathway history#

To view a pathway's history:

  • Open the pathway.
  • Select pathway history. Ensemble opens a menu showing the saved pathway versions, and a canvas with a preview of the selected version.

Restore or copy previous versions#

You can restore a previous pathway version, or make a copy of it:

  • On the version you want to restore or copy, select Options .
  • Choose what you want to do:
    • Restore this version: replace your current pathway with the selected version.
    • Clone to new pathway: create a new pathway based on the selected version.
    • Open version in new tab: open a second tab displaying the selected version. Use this to compare versions.
    • Download: download the version as JSON.