blob: 75971597088a4a61b5b6d8687590c8518258163c [file] [log] [blame]
seshukm1d589512017-11-06 11:36:50 +05301.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright 2017 Huawei Technologies Co., Ltd.
4
5Camunda Cockpit Community Edition
6=================================
7
8On a deployed instance of SO, you can use the Camunda_Cockpit to view BPMN 2.0 workflow definitions in the deployment.
9
10.. _Camunda_Cockpit: https://camunda.org/features/cockpit/
11
12Unfortunately, the Community Edition of Camunda included with SO is not fully featured. It cannot be used to inspect running and completed process instances. For that, the Enterprise Edition is required.
13
14Logging In
15-----------
16
17Because port 8080 on the docker host machine is forwarded to port 8080 in the SO docker container you can log into the cockpit by browsing to this URL:
18
19 http://*dockerhost*:8080/camunda/app/admin/default/#/login
20
21 Where dockerhost is the docker host system.
22
23If you can use a browser on the docker host system, then use a localhost address:
24
25 http://localhost:8080/camunda/app/admin/default/#/login
26
27The user is "admin" and the password is the same as the jboss admin password, which is not displayed here.
28
seshukm80f7b8b2018-09-11 10:24:40 +080029.. image:: ../images/Camunda_Cockpit_1.png
seshukm1d589512017-11-06 11:36:50 +053030
31Viewing Process Definitions
32---------------------------
33
34Use the drop-down menu next to the home icon and select the "Cockpit" option:
35
seshukm80f7b8b2018-09-11 10:24:40 +080036.. image:: ../images/Camunda_Cockpit_2.png
seshukm1d589512017-11-06 11:36:50 +053037
38The number of deployed process definitions should be displayed. Click on it.
39
seshukm80f7b8b2018-09-11 10:24:40 +080040.. image:: ../images/Camunda_Cockpit_3.png
seshukm1d589512017-11-06 11:36:50 +053041
42Now you should see an actual list of deployed process definitions. You can click on any of them to view them.
43
seshukm80f7b8b2018-09-11 10:24:40 +080044.. image:: ../images/Camunda_Cockpit_4.png