This is an old revision of the document!


Manage Process Versions

All process content should always be version controlled. In Stages, all process content can be versioned by workspace.

Use existing process versions

To manage process versions, go to Management > Process Versions. All versions within the current workspace are listed there.

TODO: screenshot

Each version has a state, name, creator, and creation date. The currently valid version is marked with “V”, the working version is marked with “W”. With the context menu on the right side, you can perform operations on that specific process version:

  • Check readiness: run process consistency checks to see if the version is ready for a release (only in Working Version)
  • Release as Valid Version: mark this version as the valid version(only in non-Valid Version)
  • Set state: change the state of the version
  • Rename: rename the version
  • Replace Working Version: revert the working version to the selected version (only in non-Working Version)
  • Export: export the version as a ZIP file. This ZIP file can be imported in another workspace or Stages server via Import.
  • Export for Translation: see Exporting a process for translation for more details
  • Create PDF: see export_pdf for more details
  • Delete: delete the version

Create a new version

Use the New version button to create a new version. Stages takes you through four steps to accomplish this.

Check readiness

Several process readiness checks are executed in parallel. See Check Process Consistency for more info.

If you are not interested to see the results, for example for a backup version, you can skip the readiness checks.

Enter properties

Enter the name and state of the new version here. To mark the new version immediately as valid, set the respective switch.

Create version

Stages creates the new version in the background. You can navigate to other pages and continue working while the version is being created.

Summary

A short summary of the version creation is shown here.

Import versions or translations

TODO: screenshot

ZIP files created via the Export operation can be imported here. The imported content replaces the current working version. If the current working version is not empty, a Backup working version is being created before the import.

Process content that was translated via an automated translation system can also be imported here by using the Import translation operation. See Importing a process translation for more details.

How to roll back the Working Version to a previous version

Open the menu of the process version you would like to roll back to. Then select Replace Working Version