Flowable 6.6.0 Eclipse设计器 - 3.BPMN 特性

Flowable 6.6.0 用户指南相关文档下载


有关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)

3 Flowable设计器BPMN 特性(Flowable Designer BPMN features)

• Support for start none event, start error event, timer start event, end none event, end error event, sequence flow, parallel gateway, exclusive gateway, inclusive gateway, event gateway, embedded sub process, event sub process, call activity, pool, lane, script task, user task, service task, mail task, manual task, business rule task, receive task, timer boundary event, error boundary event, signal boundary event, timer catching event, signal catching event, signal throwing event, none throwing event and four Flowable specific elements (user, script, mail tasks and start event).

• 支持空启动事件、错误启动事件、定时器启动事件、空结束事件、错误结束事件、序列流、并行网关、独占网关、包容网关、事件网关、嵌入式子流程、事件子流程、调用活动、泳池、泳道、脚本任务、用户任务、服务任务、邮件任务、手动任务、业务规则任务、接收任务、定时器边界事件、错误边界事件、信号边界事件、定时器捕获事件、信号捕获事件、信号抛出事件、空抛出事件和四个Flowable的特定元素(用户任务、脚本任务、邮件任务和启动事件)。
在这里插入图片描述
• You can quickly change the type of a task by hovering over the element and choosing the new task type.

• 将鼠标悬停在元素上并选择新的任务类型,可以快速更改任务类型。
在这里插入图片描述
• You can quickly add new elements hovering over an element and choosing a new element type.

• 您可以快速添加悬停在元素上的新元素并选择新的元素类型。
在这里插入图片描述
• Java class, expression or delegate expression configuration is supported for the Java service task. In addition, field extensions can be configured.

• Java服务任务(Java service task)支持Java类、表达式或委托表达式配置。此外,还可以配置字段扩展。
在这里插入图片描述
• Support for pools and lanes. Because Flowable reads different pools as different process definitions, it makes the most sense to use only one pool. If you use multiple pools, be aware that drawing sequence flows between the pools will result in problems when deploying the process in the Flowable engine. You can add as many lanes to a pool as you want.

• 支持泳池和泳道。因为Flowable将不同的泳池作为不同的流程定义来读取,所以只使用一个泳池是最有意义的。如果使用多个泳池,请注意在泳池之间绘制序列流将导致在Flowable引擎中部署流程时出现问题。你可以为一个池添加任意多个泳道。
在这里插入图片描述
• You can add labels to sequence flows by filling in the name property. You can position the labels yourself and the position is saved as part of the BPMN 2.0 XML DI information.

• 您可以通过填写name属性向序列流添加标签。您可以自己定位标签,并将位置保存为BPMN 2.0 XML DI信息的一部分。
在这里插入图片描述
• Support for event sub processes.

• 支持事件子流程。
在这里插入图片描述
• Support for expanded embedded sub processes. You can also add an embedded sub process in another embedded sub process.

• 支持展开的嵌入式子流程。也可以在一个嵌入式子流程中添加另一个嵌入式子流程。
在这里插入图片描述
• Support for timer boundary events on tasks and embedded sub processes. Although, the timer boundary event makes most sense when using it on a user task or an embedded sub process in the Flowable Designer.

• 支持任务和嵌入式子流程的定时器边界事件。不过,定时器边界事件在Flowable设计器中的用户任务或嵌入式子流程上使用时最有意义。
在这里插入图片描述
• Support for additional Flowable extensions, such as the Mail task, the candidate configuration of User tasks and Script task configuration.

• 支持其他Flowable扩展,如邮件任务、用户任务的候选人(candidate)配置和脚本任务(Script task)配置。
在这里插入图片描述
• Support for the Flowable execution and task listeners. You can also add field extensions for execution listeners.

• 支持Flowable执行侦听器和任务侦听器。还可以为执行侦听器添加字段扩展。
在这里插入图片描述
• Support for conditions on sequence flows.

• 支持条件序列流。
在这里插入图片描述