Customizing Camunda Web Interface

Hi,

Good day!

I’m customizing my Camunda web interface on my local machine, however, the changes I’ve made were not reflected.

I imported the camunda-webapp-webjar-ee-7.16.5-ee JAR file, edited the style.css, and exported it again into a JAR file.

Hi @hjsr,

there could be a couple of reasons for this: black magic in your IDE, update the wrong jar, …

Here (https://github.com/camunda-consulting/code/tree/master/snippets/springboot-customized-webapps) you can find an example how to custiomize the spring-boot-webapp with maven.

Hope this helps, Ingo

Hi @Ingo_Richtsmeier ,

This issue has been resolved, thank you for your response.

Solution:

  1. Re-import the JAR file
  2. Edit style.css
  3. Export JAR file
  4. Re-start Camunda

@hjsr @Ingo_Richtsmeier I wanted to know whether can I customize the welcome page completely where I want to see my application page directly on the welcome page[not the option of going to cockpit/tasklist/admin] and later in the cockpit/tasklist/admin pages can customize the web interface depending upon the user logged in.

Kindly assist on how to develop? And please share the project link to develop the same?

Thank you