|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (11)
View Page History...
Flowable offers four web applications enbaling Flowable engine monitoring:
* Flowable IDM.
* Flowable Modeler.
* Fowable Task.
* Flowable Admin.
The Flowable User Interface does not need the four web applications to work correctly. In our case we will only use Flowable IDM and Flowable Admin:
...
* Flowable Admin: an administrative application that allows users with admin privilege to query the BPMN, DMN, form and content engines and provides several options to change process instances, tasks, jobs and so on. The admin application connects to the engines through the REST API that is deployed with the Petals-SE-Flowable instance.
!https://www.hostingpics.net/viewer.php?id=155420Capturedcran20171018155003.png
h2. Flowable UI Admin Installation
...
Several types of database work with Flowable UI:
* h2.
* mysql.
* oracle.
* postgre.
* db2.
* mssql.
A database, whose the type belongs to the list above, has to be deloyed with the Petals-SE Flowable instance. This database will store Flowable UI users and deployed processes.
To connect a database to the Flowable UI you need to follow these steps:
To connect a database to the Flowable UI you need to follow these steps:
...