Application version control App Versioning is a new feature introduced in Joget v3.
It whereby it lets you to manage the version of the application that you are developing by your own instead. You can , and lets you easily switch between and publish application of different version in real time even different versions even while in production.
In production environment, it It is a helpful tool for developers as it allows them to continue to improve on the working/improving on an application while maintaining a production copy of the application. For example, the users may .
Users can, for instance, continue to use the published version 1 whilst the of a published application while developers work on the an unpublished version 2.
Update App Version
- Copies processes, forms, datalists, userviews and properties of the current version to the new version
- Does NOT affect any existing running process instances
Update Process Version
- Updates only the process design under the current App version
- Updates existing running instances of the processes found under the current App version to the new design
Further reading: Update Existing Running Process Instances to the Newer Process Flow After Process Changes