Per example properties-panel-extension here, A custom property itself can be added to a new group. Is there an example that allows us to add a property to an existing group? if yes, how does one control the order of appearance of properties in the group? Any pointer to documentation or working examples will help.
Hi @Seshagiri_Sriram - are you using bpmn-js
inside your application and wanting to extend the properties panel? Or are you using the Camunda Modeler (Desktop or Web) and looking to add a property to the panel inside that?
If you are using bpmn-js
, I would suggest checking out https://forum.bpmn.io/!
Thanks @nathan.loding I am using bpmn-js and successfully added the property. I will look in the suggested site. Thanks.