Skip to content

UST-QuAntiL/camunda-process-view-plugins

Repository files navigation

camunda-process-view-plugins

Test on Ubuntu License

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.

Integrate into Camunda Platform Webapp

  1. Build the Camunda Cockpit plugin:
mvn clean install
  1. Download the Camunda run distribution

  2. Copy the plugin jar file (located in ./target/) to the /configuration/userlib/ folder and start the server

  3. Add the following to the camunda configuration default.yml to enable access to winery

camunda.bpm:
  webapp:
    header-security:
       content-security-policy-disabled: true

Run using Docker

Build the docker image:

docker build -t camunda-deployment-view-plugins .

Run the docker image:

docker run -p 8080:8080 camunda-deployment-view-plugins

Disclaimer of Warranty

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.

Haftungsausschluss

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.