Hi Team ,
Can Anyone suggest how I can customise the Camunda cockpit/tasklist ui as per my project need. I am using spring boot Camunda embedded platform . and version is 7.15.
Hi Team ,
Can Anyone suggest how I can customise the Camunda cockpit/tasklist ui as per my project need. I am using spring boot Camunda embedded platform . and version is 7.15.
Hi @spundir27,
it’s hard to guess what kind of customization you need.
If you run camunda from the spring-boot-starter, here is an example: code/snippets/springboot-customized-webapps at master · camunda-consulting/code · GitHub
Hope this helps, Ingo
will it support camunda vesrion 7.15.0 ? or it is specific to 7.12.0 ?
Hi @spundir27,
there may be changes in the styling and the files, so I won’t expect that the example runs out of the box on 7.15.
But if you compare the structure in the camunda-webapp-webjar files from 7.12 with 7.15, it would be possible to adapt the changes to the example. And we are happy to accept pull requests.
Hope this helps, Ingo