extensionElements camunda:Properties support

hi,

We were using camunda Modeler to generate our workflows. After bpmn-js-properties-panel released we decided to switch using bpmn.js to do this work. But we have a problem with extensionElements camunda:properties support. We hold some data in this property. Is there a plan to support this feature or can you show us the way to do it?

Thanks in advance

Evren Kutar
Zetaops

We will build in support for camunda:properties into the properties panel.

If you are in urgent need of it, you may also extend the properties panel yourself by implementing a custom PropertiesPanelProvider.

hi, i wrote a script file to extend PropertiesPanelProvider and created a pull request for it.

Peace