Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users can, for instance, continue to use version 1 of a published application while developers work on an unpublished version 2.

Image Modified

Figure 1: Version control in App

...

Delete - Delete selected version.

Warning
titleDeletion of App Version

By deleting a version of App, any form data created by the app will be retained to avoid loss of data. Technically, the AppDefinition object is being deleted.

Info
titleWhat will happen to existing running process instances under the deleted App Version?

Any running process instances will continue to persist and not to be deleted on deletion of App Version so that one can properly handle them later on. It is critical to note that upon deletion of App Version, forms once tied to the running process instances will cease to exists therefore it is advisable that one should plan on how to manage the running instances first before deleting the App Version.

 

We would like to advice users to branch the app to a new version whenever they would like to make changes to their app that is already rolled out to production. This would also ensure that existing process instances will continue to run without being affected by your uncommitted/incomplete development work.

...