How to disable property panel for specific nodes

i would like to know is there any way to disable property panel for specific node.
eg: I don’t want to set property for the main process what is the selector for process and how to disable property panel for it

thanks in advance.

Hi,

Why would you do that and What should property panel do in this case? What does stop you from just not setting the property?

As a workaround, you can provide custom BpmnPropertiesProvider implementation.

Please have a look at this example as well.

Cheers,
Vladimir