Flowable應(yīng)用程序(Flowable applications)
Flowable provides a web UI application to demonstrate andleverage the functionality provided by the Flowable project. This applicationcontains four main app components:
Flowable提供了一個(gè)web UI應(yīng)用程序來演示和利用Flowable項(xiàng)目提供的功能缘滥。此應(yīng)用程序包含四個(gè)主要應(yīng)用程序組件:
(1)FlowableIDM: an Identity Management app that provides single sign-on authenticationfunctionality for all the Flowable UI applications, and, for users with the IDMadministrative privilege, it also provides functionality to manage users,groups and privileges.
Flowable IDM:一個(gè)身份管理(Identity Management)應(yīng)用程序蘑志,為所有Flowable UI應(yīng)用程序提供單點(diǎn)登錄身份驗(yàn)證功能,對(duì)于具有IDM管理權(quán)限的用戶雄嚣,它還提供管理用戶俐芯、組和權(quán)限的功能柑船。
(2)FlowableModeler: an app that allows users with modeler privileges to model processes,forms, decision tables and application definitions.
Flowable Modeler:允許具有建模者權(quán)限的用戶對(duì)流程、表單泼各、決策表和應(yīng)用程序定義進(jìn)行建模的應(yīng)用程序。
(3)FlowableTask: a runtime task app that provides functionality to start process instances,edit task forms, complete tasks and query on tasks and process instances.
Flowable Task:運(yùn)行時(shí)任務(wù)應(yīng)用程序亏拉,提供啟動(dòng)流程實(shí)例扣蜻、編輯任務(wù)表單、完成任務(wù)以及查詢?nèi)蝿?wù)和流程實(shí)例的功能及塘。
(4)FlowableAdmin: an administrative app that allows users with admin privilege to querythe BPMN, DMN, form and content engines and provides several options to changeprocess instances, tasks, jobs and so on. The admin app connects to the enginesthrough the REST API that is deployed together with the Flowable UI applicationand the Flowable REST application.
Flowable Admin:一個(gè)管理應(yīng)用程序莽使,允許具有管理員權(quán)限的用戶查詢BPMN、DMN笙僚、表單和內(nèi)容引擎芳肌,并提供多種選項(xiàng)來更改流程實(shí)例、任務(wù)肋层、作業(yè)等亿笤。管理應(yīng)用程序通過REST API與Flowable UI應(yīng)用程序和Flowable REST應(yīng)用程序一起部署到引擎。
This UI application is provided as a single WAR file thatcan be dropped in any web server or started with its embedded server. SpringBoot starters are available for each separate component app.
這個(gè)UI應(yīng)用程序是作為一個(gè)WAR文件提供的栋猖,它可以被放到任何web服務(wù)器中净薛,也可以從它的嵌入式服務(wù)器啟動(dòng)。每個(gè)獨(dú)立的組件應(yīng)用程序都可以使用Spring Boot starter蒲拉。
The application and components are Spring
Boot 2.0 based, which means that that the WAR file is actually executable and
can be run as a normal standalone application. See?The Executable Jar Formatin the Spring Boot reference documentation.
應(yīng)用程序和組件基于Spring
Boot 2.0肃拜,這意味著WAR文件實(shí)際上是可執(zhí)行的,可以作為普通的獨(dú)立應(yīng)用程序運(yùn)行雌团。請(qǐng)參閱Spring
Boot參考文檔中的可執(zhí)行Jar格式(The Executable Jar Format?)燃领。
Flowable also provides the?flowable-rest.war?which
contains the Flowable REST API. More about this can be read in the?REST APIchapter.
Flowable還提供了flowable-rest.war,它包含F(xiàn)lowable REST
API锦援。有關(guān)這方面的更多信息可以在REST API一章中閱讀猛蔽。