Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

It lets you manage the version of the application that you are developing, and lets you easily switch between and publish different versions even while in production.  

It is a helpful tool for developers as it allows them to continue working/improving on an application while maintaining a production copy.

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

...

Figure 1: Version control in App

New Version - Create a new version of the current selected app version.

Publish - Set selected version as Published version.

定义

它使您可以管理正在开发的应用程序的版本,并且可以在生产中轻松切换和发布不同的版本。  

对于开发人员来说这是一个有用的工具,因为它允许他们继续在应用程序上进行工作/改进,同时保持生产副本。

例如,用户可以继续使用发布的应用程序的版本1,而开发人员则可以使用未发布的版本2。


Image Added

图1:App中的版本控制

新版本 - 创建当前选择的应用程序版本的新版本。

发布 - 将选定版本设置为发布版本。

取消发布 - 将选定的发布版本设置为未发布。

查看 - 切换到当前选定的版本,以处理其设计。

删除 - 删除选定的版本。

Unpublish - Set selected published version to unpublished.

View - Switch to current selected version to work on its design.

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.通过删除一个版本的应用程序,任何由该应用程序创建的表单数据将被保留,以避免数据丢失。从技术上讲,AppDefinition 对象正在被删除。

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.

...

任何正在运行的流程实例将会继续保留,在删除应用程序版本时不会被删除,以便以后可以正确处理它们。需要注意的是,删除应用程序版本后,与运行的流程实例绑定的表单将不再存在,因此建议在删除应用程序版本之前先计划如何管理正在运行的实例。


我们希望建议用户将应用程序分支到新版本,只要他们想要更改已经推出到应用程序的应用程序。这也将确保现有的流程实例将继续运行,而不会受到未承诺/不完整的开发工作的影响。

更新应用程序版本

  • 将进程,表单,数据,用户视图和当前版本的属性复制到新版本。
  • 难道影响任何现有的正在运行的进程实例。

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.

...