1. 程式人生 > 其它 >Flowable 管理應用程式(2)

Flowable 管理應用程式(2)

技術標籤:Flowable 6.6.0 應用指南

精編中文PDF版本下載地址Flowable 6.6.0 應用程式.pdf
Flowable
在“流程定義詳細資訊”(process definition details)檢視中,將顯示流程例項的第一頁,以及流程定義中使用的可選決策表定義和表單定義。對於請假流程的流程定義,有一個連線的決策表和一個連線的表單定義。單擊決策表定義將Flowable管理應用程式(Flowable Admin app)導航到DMN引擎。您始終可以通過單擊父部署ID連結導航迴流程引擎。

除了部署和定義之外,您還可以在流程引擎中查詢流程例項、任務、作業和事件訂閱。所有檢視的工作方式都與前面描述的類似。

這是管理UI應用程式的特定屬性

管理UI應用程式屬性

Property name

Old Property

Default value

Description

flowable.admin.app.data-source-prefix

datasource.prefix

資料庫表的字首。

flowable.admin.app.security.encryption.credentials-i-v-spec

security.encryption.credentials-i-v-spec

-

使用位元組建立IvParameterSpec物件時需要使用的字串。

flowable.admin.app.security.encryption.credentials-secret-spec

security.encryption.credentials-secret-spec

-

使用其位元組建立SecretKeySpec所需的字串。

flowable.admin.app.security.preemptive-basic-authentication

false

在向flowable REST API發出請求時執行搶佔式基本身份驗證。注:這是一個實驗屬性,可能會被刪除,恕不另行通知。

除了這些屬性,Flowable管理應用程式還有一些其他屬性。屬性檔案的完整內容可以在{sc-flowable-ui-admin}/flowable-ui-admin-app/src/main/resources/application.properties[Github]看到。附加屬性主要用於定義不同引擎的REST端點(REST endpoint)的初始值。管理應用程式(Admin app)使用初始值與Flowable引擎建立連線,但可以在管理應用程式配置檢視中覆蓋這些值,並且這些值儲存在ACT_ADM_SERVER_CONFIG 表中。BPMN引擎REST屬性的示例如下所示:

flowable.admin.app.server-config.process.name=Flowable Process app
flowable.admin.app.server-config.process.description=Flowable Process REST config
flowable.admin.app.server-config.process.server-address=http://localhost
flowable.admin.app.server-config.process.port=8080
flowable.admin.app.server-config.process.context-root=flowable-ui
flowable.admin.app.server-config.process.rest-root=process-api
flowable.admin.app.server-config.process.user-name=admin
flowable.admin.app.server-config.process.password=test

當Flowable管理應用程式(Flowable Admin app)管理多個Flowable UI應用程式(Flowable UI application)(包括所有Flowable引擎)時,可以使用這些值。

Spring Boot管理的管理UI應用程式屬性

Old property

Description

message.reloading.enabled

使用Spring Boot MessageSourceAutoConfiguration。用spring.messages.cache-duration設定持續時間。