Open properties panel toggle like Camunda Modeler on bpmnjs

how to configure service task information with bpmnjs, i don’t know how to open properties panel toggle

image

What exactly do you want to achieve? Do you want to have a properties panel for your bpmn-js application?

1 Like

Thanks. And I want to ask if the properties panel of bpmnjs supports Implemntation, Input, Output like Camunda modeler?
image

The bpmn-js-properties-panel has providers for the standard BPMN properties (which don’t include the implementation group) and for Camunda properties. You can chose which ones you would like to use and you can make your own custom provider too.

1 Like

thank for supported, can u suggest some sources, links or example for option Camunda properties

You can check out the bpmn-js-properties-panel providers, specifically the camunda-platform provider.

You can also look at this bpmn-js + properties panel example.

1 Like