datakurre/camunda-cockpit-plugins

History problems with Camunda Platform 7.16 on spring boot

jussilattu opened this issue · 3 comments

There are two things that are not properly working on the plugins. We run Camunda engine on sprinboot. Platform version is 7.16.

Issue 1:

If the process is big, the history tab will not load at all

Issue 2:

Some processes do not show variables at all when the process is complete.

@jussilattu Would you be able to inspect with browser’s developer tools network tab if there are any issues with the XHR requests the plugin is doing? Or errors on the console.

Also, possibly you would be able to create example process with those issues (I assume that a lot of blank tasks with output mapping variables is enough)?

@datakurre I will try to find time to set up new environment that can be used to demonstrate the issue, and provide the logs

This behaviour of camunda apparently, and not the plugins. We have opld Java 8 DateTimes in variables provided by microservices, and camundas rest api is unable to respond with them.