Hi at all,
I build a very simple sprimgboot process application to test my cockpit and tasklist plugin.
I followed this link https://github.com/camunda-consulting/code/tree/master/snippets/springboot-customized-webapps to add my cockpit and tasklist plugin to the springboot webapps library.
For the cockpit plugin I am currently using this example https://github.com/camunda/camunda-bpm-examples/tree/master/cockpit/cockpit-sample-plugin. And this works fine.
For the tasklist plugin I copied the cockpit code and adjusted the code to make it a taslist plugin.
However when I am opening tasklist, the enigne does not stop loading and the console shows following error:
Does anybody have any ideas on this?