一、Flowable Modeler 簡介
Flowable Modeler用于建模BPMN流程、DMN選擇表车海、表單定義,以及創(chuàng)建應(yīng)用定義隘击。BPMN Modeler使用與Flowable 5相同的Oryx與Angular架構(gòu)侍芝,只是遷移為獨立的Modeler應(yīng)用中。
二埋同、開始
1. 添加依賴
在使用Flowable Modeler應(yīng)用時州叠,要先部署Flowable IDM應(yīng)用。
Flowable IDM應(yīng)用莺禁,用于其他三個Flowable web應(yīng)用的認(rèn)證與授權(quán)留量。因此如果你想要運行Modeler,Task或者Admin應(yīng)用哟冬,就需要運行IDM應(yīng)用。Flowable IDM應(yīng)用是一個簡單的身份管理應(yīng)用忆绰,目標(biāo)是為Flowable web應(yīng)用提供單點登錄能力浩峡,并提供定義用戶、組與權(quán)限的能力错敢。
所以要同時加入IDM和Modeler兩個包
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-ui-idm</artifactId>
<version>6.6.0</version>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-ui-modeler</artifactId>
<version>6.6.0</version>
</dependency>
2. 添加配置
配置賬號密碼
flowable:
idm:
app:
admin:
password: test
user-id: admin
first-name: admin
last-name: admin
3. 登錄
加入依賴和配置后就基本OK了翰灾,啟動項目訪問地址:
http://localhost:9000/modeler