Flowable 6.6.0 用户指南相关文档下载
- BPMN用户指南 第一部分 - 中文PDF精编版
- BPMN用户指南 第二部分 - 中文PDF精编版
- BPMN用户指南 第三部分 - 中文PDF精编版
- 应用程序指南 - 中文PDF精编版
- 应用程序指南 - 中英对照PDF精编版
- 应用程序指南 - Eclipse设计器中文PDF精编版
- 表单用户指南 - 中文PDF精编版
- 事件注册表用户指南 - 中文PDF精编版
《Flowable 6.6.0应用指南》
- Flowable应用程序概述
- Flowable UI应用安装
- Flowable UI应用配置(1)
- Flowable UI应用配置(2)
- Flowable UI应用配置(3)
- Flowable身份管理应用程序(1)
- Flowable身份管理应用程序(2)
- Flowable 建模器应用程序(1)
- Flowable 建模器应用程序(2)
- Flowable 建模器应用程序(3)
- Flowable 建模器应用程序(4)
- Flowable 任务应用程序
- Flowable 管理应用程序(1)
- Flowable 管理应用程序(2)
- 国际化(Internationalization)
- 生产就绪端点(Production-ready endpoints)
- 自定义bean部署
Flowable 6.6.0 应用指南 - Flowable 建模器应用程序 第四部分
应用程序编辑器(App Editor)
With the process model completed, we can now create an app definition that combines one or more process models with all their associated models (for example, decision tables and form definitions) into a single artifact. An app definition can be exported as a BAR file (zip format) that can be deployed on the Flowable engine. When creating a vacation request app definition, the app editor will look something like the screen below.
流程模型完成后,我们现在可以创建一个应用程序定义,该定义将一个或多个流程模型及其所有相关模型(例如,决策表和表单定义)组合到一个单独的组件(artifact)中。应用程序定义可以导出为BAR文件(zip格式),可以部署在Flowable引擎上。创建请假应用程序定义时,应用程序编辑器将显示如下屏幕。
In the app editor, an icon and a theme color can be selected that will be used in the Flowable Task app to show the process app in the dashboard. The important step is to add the vacation request process model, and by selecting the process model, automatically include any form definitions and DMN decision tables.
在应用程序编辑器中,可以选择一个图标和一个主题颜色,这些颜色将在Flowable Task应用程序中使用,以在仪表板中显示流程应用程序。重要的一步是添加请假流程模型,并通过选择流程模型,自动包含全部表单定义和DMN决策表。
A process model can be selected by clicking on the model thumbnail. When one or more models are selected, you can close the popup, save the app definition and close it. When navigating to the details view of the newly created vacation request app definition, the following details screen is shown:
可以通过单击模型缩略图来选择流程模型。选择一个或多个模型后,可以关闭弹出窗口,保存应用程序定义并关闭它。导航到新创建的请假应用程序定义的详细信息视图时,将显示以下详细信息屏幕:
From this view, you can download the app definition in two different formats. The first download button (with the arrow pointing downwards) can be used to download the app definition with the JSON model files for each included model. This makes it easy to share app definitions between different Flowable UI applications. The second download button (with the arrow point to upper right) will provide a BAR file of the app definition models, which can be deployed on the Flowable engine. In the BAR file, only the deployable artifacts are included, such as the BPMN 2.0 XML file and the DMN XML file, and not the JSON model files. All files in a BAR file deployed on a Flowable engine are stored in the database, so therefore only the deployable files are included.
从这个视图中,您可以下载两种不同格式的应用程序定义。第一个下载按钮(箭头向下)可用于下载应用程序定义以及每个JSON模型文件(包含了模型)。这使得在不同的Flowable UI应用程序之间共享应用程序定义变得很容易。第二个下载按钮(箭头指向右上角)将提供应用程序定义模型的BAR文件,该文件可以部署在Flowable引擎上。在BAR文件中,只包含可部署的构件,例如BPMN 2.0 XML文件和DMN XML文件,而不包括JSON模型文件。部署在Flowable引擎上的BAR文件中的所有文件都存储在数据库中,因此只包括可部署文件。
From the app definition details view, you can also Publish the app definition directly to the Flowable engine. The Flowable Modeler can only deploy if it is part of the single UI app (i.e. the engines are present during the runtime). Once you click on the Publish button, the app definition is now deployed as a BAR file to the Flowable UI runtime engines.
This are the Modeler UI App specific properties.
从应用程序定义详情(app definition details)视图中,还可以将应用程序定义直接发布(Publish )到Flowable引擎。Flowable建模器(Flowable Modeler)只能在它是单个UI应用程序的一部分时进行部署(即引擎在运行时存在)。单击Publish 按钮后,应用程序定义此时作为BAR文件部署到Flowable UI运行时引擎。
这是Modeler UI应用程序的特定属性。
建模器UI应用程序属性(Modeler UI App Properties)
Property name | Old Property | Default value | Description |
flowable.modeler.app.data-source-prefix | datasource.prefix | - | The prefix for the database tables. 数据库表的前缀。 |
flowable.modeler.app.rest-enabled | rest.modeler-app.enabled | true | Enables the REST API (this is not the REST api used by the UI, but an api that’s available over basic auth authentication). 启用REST API(这不是UI使用的REST API,而是通过基本身份验证可用的API)。 |