Skip to content

Latest commit

 

History

History
 
 

camunda-webapp-customized

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Customize the Camunda Webapp (Tasklist/Cockpit)

This project shows how to easily customize the Camunda Webapp by using the Maven Overlay mechanism.

It customizes:

Important Note: You have to specify the webapp corresponding to your container (Tomcat, JBoss, WildFly, ...) in the pom.xml. This example builts the webapp for JBoss.

Example Screenshot

Screenshot

How to use it?

Just run

mvn install

and copy the resulting camunda-webapp-customized.war to your deploy folder of the container. Make sure you delete the original webapp beforehand. Before you need to download the EE version here: https://docs.camunda.org/enterprise/download/

Environment Restrictions

Built and tested against Camunda BPM version 7.6.0-alpha5 using WildFly 10.

Improvements Backlog

  • Improve demo color schema

License

Apache License, Version 2.0.