jBPM 6.3.0.Final 发布,此版本主要是一些新特性和改进。
jBPM 6.3 是跟 Drools 一起发布的,主要改进:
核心引擎改进
Support for JavaScript as script / constraint language in processes
Asynchronous processing improvements, including •the (re)introduction of asynchronous continuation (where you can mark a transition as to be executed asynchronously in a separate transaction)
ability to mark signal throw events as asynchronous
jbpm-executor (our asynchronous job executor) got configurable retry mechanisms and improved performance due to new JMS-based triggering
Signal scopes for throwing signal events, so you can better decide who the event should be sent to (process instance, ksession, project or external)
可配置和可扩展的任务和进程实例列表
Custom filters
Domain-specific columns in the process instance list
Designer 的数据映射
可嵌入的进程/进程实例镜像
Data Modeler 支持 JPA
事例管理 API
统一执行服务器
软件详情:https://docs.jboss.org/jbpm/v6.3/userguide/ch25.html
下载地址:https://sourceforge.net/projects/jbpm/files/jBPM%206/jbpm-6.3.0.Final/
来自:开源中国社区

