Plugins for the Camunda engine to visualize process views generated by the Quantum Workflow Modeler.
A use case showcasing the functionality of the plugin can be found here.
- Build the Camunda Cockpit plugin:
mvn clean install
-
Download the Camunda run distribution
-
Copy the plugin jar file (located in
./target/
) to the/configuration/userlib/
folder and start the server -
Add the following to the camunda configuration
default.yml
to enable access to winery
camunda.bpm:
webapp:
header-security:
content-security-policy-disabled: true
Build the docker image:
docker build -t camunda-deployment-view-plugins .
Run the docker image:
docker run -p 8080:8080 camunda-deployment-view-plugins
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
Dies ist ein Forschungsprototyp. Die Haftung für entgangenen Gewinn, Produktionsausfall, Betriebsunterbrechung, entgangene Nutzungen, Verlust von Daten und Informationen, Finanzierungsaufwendungen sowie sonstige Vermögens- und Folgeschäden ist, außer in Fällen von grober Fahrlässigkeit, Vorsatz und Personenschäden, ausgeschlossen.