1. 程式人生 > >Flowable最新版(6.4) 新特性

Flowable最新版(6.4) 新特性

新特性


1、使用Spring為所有整合模組升級到Spring 5.x。目前spring版本是5.0.8。

2、JPA使用的版本是2.1.

3、JMS版本是2.x.

4、刪除org.springframework.security.authentication.encoding.PasswordEncoder類建構函式。

5、支援中文(分享牛維護)。

6、修復節點名稱不顯示bug(分享牛維護).

7、修復連線不顯示bug(分享牛維護)。

8、增加執行樹日誌(分享牛維護)。

9、增加一系列的操作手冊。

10、完善CMMN引擎。

11、增加mongdb支援(可以替代關係型資料庫)。

12、增加引用流程completeAsync特性(非同步完成)。

13、modler設計器中指令碼任務增加scriptautostorevariables屬性。

14、rest模組支援json資料格式。

15、ensureRootProcessInstanceInitialized bug修復(分享牛維護)

16、ContentEngine引擎支援。

 17、支援使用Java.Time.Times變數和定時器持續時間表達式

Springboot啟動的時候,可以自定義IdGenerator

現在可以通過建立IdGenerator型別的bean來定義Flowable流程引擎自定義ID生成器。如果沒有提供bean,將使用StrongUuidGenerator生成器。如果有一個符合@ Process的bean,那麼將使用這一個,否則將使用唯一的全域性的StrongUuidGenerator生成器。如果有更多的全域性bean,那麼將使用預設的StrongUuidGenerator生成器。

FlowableFunctionDelegate變化

 

functionClass已經從org.flowable.common.engine.api.delegate.FlowableFunctionDelegate介面移除。對於向表示式新增自定義函式,這不會改變任何內容。