Color visulization

I am using the BPMN.io library to display the process flow in progress. I have see that either in cockpit or bpmn.io libraries it does not display the colors that was set during the modeling to the lines or activities. How to get the colors working?

What application did you use to model the diagram? Can you please specify exactly how to reproduce this?

@philippfromme I use Camunda Modeler 1.11.2 for modeling. Once you add color to the line or activity in the modeler, if you run the process and try to visualize in cockpit, the color aspect is gone.

This might be due to an older version of bpmn-js being used in cockpit. Which version are you using?

I am using 7.8.0 which is the latest version of camunda

I just checked which version cockpit uses. It uses 0.18.4, colors we’re added in version 0.19.0, so they are not supported yet. They will be in Camunda BPM 7.9.

1 Like

OK. Thank you. I use the bpmn.io webjars and have a custom dashboard and not cockpit. I was using the 0.16.0 library. I will switch it to the higher version