做网站充值微信必须是企业/如何引流与推广
Flowable 6.6.0 用户指南相关文档下载
- BPMN用户指南 第一部分 - 中文PDF精编版
- BPMN用户指南 第二部分 - 中文PDF精编版
- BPMN用户指南 第三部分 - 中文PDF精编版
- 应用程序指南 - 中文PDF精编版
- 应用程序指南 - 中英对照PDF精编版
- 应用程序指南 - Eclipse设计器中文PDF精编版
- 表单用户指南 - 中文PDF精编版
- 事件注册表用户指南 - 中文PDF精编版
有关Flowable文档的其他资料,参见:
《Flowable文档大全》
《Flowable 6.6.0 Eclipse设计器》
1 安装(Installation)
2 Flowable 设计器编辑器特性(Flowable Designer editor features)
3 Flowable设计器BPMN 特性(Flowable Designer BPMN features)
4 Flowable设计器部署特性(Flowable Designer deployment features)
5 扩展Flowable设计器(Extending Flowable Designer)
5.1 定制调色板(Customizing the palette)
5.2 图验证及自定义输出格式(Validating diagrams and exporting to custom output formats)
2 Flowable 设计器编辑器特性(Flowable Designer editor features)
• Create Flowable projects and diagrams.
• 创建Flowable项目和图。
• The Flowable Designer creates a .bpmn file when creating a new Flowable diagram. When opened with the Flowable Diagram Editor view this will provide a graphical modeling canvas and palette. The same file can however be opened with an XML editor and it then shows the BPMN 2.0 XML elements of the process definition. So, the Flowable Designer works with a single file for both the graphical diagram as well as the BPMN 2.0 XML. Note that in old releases, the .bpmn extension was not supported as a deployment artifact for a process definition. Therefore, the “create deployment artifacts” feature of the Flowable Designer can be used to generate a BAR file containing a .bpmn20.xml file with the content of the .bpmn file. You can also do a quick file rename yourself. Also note that you can open a .bpmn20.xml file with the Flowable Diagram Editor view as well.
• Flowable设计器在创建新的Flowable图时会创建一个.bpmn文件。当用Flowable Diagram Editor(Flowable图编辑器)视图打开时,它将提供一个图形化的建模画布和调色板。不过,也可以使用XML编辑器打开同一个文件,然后显示流程定义的BPMN2.0XML元素。因此,Flowable设计器既可处理图形图,也可处理BPMN 2.0 XML文件。请注意,在旧版本中,.bpmn扩展不支持作为流程定义的部署构件。因此,Flowable设计器的“创建部署组件”(“create deployment artifacts”)特性可用于生成一个BAR文件,BAR文件包含.bpmn20.xml文件,.bpmn20.xml文件包含.bpmn文件的内容。您也可以自己快速重命名文件。还请注意,您也可以使用Flowable Diagram Editor ( “Flowable图编辑器”)视图打开.bpmn20.xml文件。
• BPMN 2.0 XML files can be imported into the Flowable Designer and a diagram will be displayed. Just copy the BPMN 2.0 XML file to your project and open the file with the Flowable Diagram Editor view. The Flowable Designer uses the BPMN DI information of the file to create the diagram. If you have a BPMN 2.0 XML file without BPMN DI information, the Flowable BPMN autolayout module is used to created a graphical representation of the process.
• BPMN 2.0 XML文件可以导入到Flowable Designer(Flowable设计器)中,并显示成一个图。只需将BPMN 2.0 XML文件复制到您的项目中,并使用Flowable Diagram Editor( “Flowable图编辑器”)视图打开该文件。Flowable设计器使用文件的BPMN DI信息来创建图。如果您有一个没有BPMN DI信息的BPMN 2.0 XML文件,那么Flowable BPMN autolayout(自动布局)模块将用于创建流程的图形表示。
• For deployment, a BAR file and optionally a JAR file is created by the Flowable Designer by right-clicking on a Flowable project in the package explorer and choosing the Create deployment artifacts option at the bottom of the popup menu. For more information about the deployment functionality of the Designer look at the deployment section.
• 对于部署,Flowable Designer通过右键单击package explorer(包管理器)中的一个Flowable项目,并选择弹出菜单底部的Create deployment artifacts (创建部署组件)选项来创建一个BAR文件和一个可选的JAR文件。有关设计器的部署功能的详细信息,请参阅部署部分。
• Generate a unit test (right click on a BPMN 2.0 XML file in the package explorer and select generate unit test) A unit test is generated with a Flowable configuration that runs on an embedded H2 database. You can now run the unit test to test your process definition.
• “Generate a unit test”(生成单元测试)(右键单击package explorer中的BPMN 2.0 XML文件并选择Generate unit test)生成一个单元测试,该单元测试使用在嵌入式H2数据库上运行的Flowable配置生成。现在可以运行单元测试来测试流程定义。
• The Flowable project is generated as a Maven project. To configure the dependencies you need to run mvn eclipse:eclipse and the Maven dependencies will be configured as expected. Note that for process design Maven dependencies are not needed. They are only needed to run unit tests
.
• Flowable项目作为Maven项目生成。要配置依赖项,您需要运行mvn eclipse:eclipse , Maven依赖项将按预期配置。注意,对于流程设计,不需要Maven依赖项。只有运行单元测试时才需要它们。