On a deployed instance of SO, you can use the Camunda Cockpit to view BPMN 2.0 workflow definitions in the deployment, and .
Unfortunately, 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.
Logging In
Because 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:
...
The user is "admin" and the password is the same as the jboss admin password, which is not displayed here.
Viewing Process Definitions
Use the drop-down menu next to the home icon and select the "Cockpit" option:
...