转载

工作流引擎 flowable 6.3.0 发布,性能增强

Flowful 6.3.0 发布了,此次更新添加了许多新功能和程序的修补。Flowable 需要 JDK 8 作为最低版本,Spring Boot 已经全部升级到 2.0 版本。现在每个引擎都有启动器(BPMN,CMMN和DMN)。

更新内容:

  • Support and fixes for running various modules on JDK 9 (the engines themselves already ran on JDK 9)

  • Updated all 3rd-party libraries to latest versions

  • The REST app can now be configured to use privileges, instead of all users being able to make REST calls.

BPMN

  • Performance enhancements with great results. Read all about it here: https://blog.flowable.org/2018/03/05/flowable-6-3-0-performance-benchmark/

  • Dynamic task and subprocess injection into running process instances is now fully supported and out of experimental state

  • Allow the configuration of history on individual process definitions, overriding the engine default setting

  • Introduce the 'triggerable' service task: a service task that provides configurable service calls that are executed externally and call the engine when done. The implementation is guaranteed to be correct with regards to the transactional behavior of the engine.

  • Support for a transaction-lifecycle based event listener

  • Support for 'sameDeployment' when looking up the called process definition for a call activity

  • HTTP task: support for storing response variables transiently

  • Multi instance: support for Iterable when resolving a collection (e.g. ArrayNode)

CMMN

  • REST API support for all CMMN services and operations

  • Support for asynchronous service tasks

  • Support for manual activation rules and enabling/manually starting plan items through the runtime service

  • Support for required rule

  • Support for autocomplete

  • Support for completion neutral

  • A Script task type has been added

  • Support for User event listeners

  • Support for viewing and managing CMMN date in the Admin app

更多内容可查看 发布主页 。

下载地址:

原文  https://www.oschina.net/news/94884/flowable-6-3-0-released
正文到此结束
Loading...