Flowable应用程序概述

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一章中阅读。

你可能感兴趣的:(Flowable应用程序概述)