Flowable應用程序(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提供了一個web UI應用程序來演示和利用Flowable項目提供的功能。此應用程序包含四個主要應用程序組件:
(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:一個身份管理(Identity Management)應用程序,為所有Flowable UI應用程序提供單點登錄身份驗證功能,對于具有IDM管理權限的用戶,它還提供管理用戶、組和權限的功能。
(2)FlowableModeler: an app that allows users with modeler privileges to model processes,forms, decision tables and application definitions.
Flowable Modeler:允許具有建模者權限的用戶對流程、表單、決策表和應用程序定義進行建模的應用程序。
(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:運行時任務應用程序,提供啟動流程實例、編輯任務表單、完成任務以及查詢任務和流程實例的功能。
(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:一個管理應用程序,允許具有管理員權限的用戶查詢BPMN、DMN、表單和內容引擎,并提供多種選項來更改流程實例、任務、作業等。管理應用程序通過REST API與Flowable UI應用程序和Flowable REST應用程序一起部署到引擎。
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.
這個UI應用程序是作為一個WAR文件提供的,它可以被放到任何web服務器中,也可以從它的嵌入式服務器啟動。每個獨立的組件應用程序都可以使用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.
應用程序和組件基于Spring
Boot 2.0,這意味著WAR文件實際上是可執行的,可以作為普通的獨立應用程序運行。請參閱Spring
Boot參考文檔中的可執行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,它包含Flowable REST
API。有關這方面的更多信息可以在REST API一章中閱讀。