Camunda Properties Panel 'add'

Hello everyone, can someone tell me where I can find the implementation

  1. of the Add button of the Input/Output parameters
  2. of the Select box, which contains the values Java Class, Connector. . .

Thanks:)

Hi TestUser,

of the Add button of the Input/Output parameters

InputParameter and OutputParameter. Note that with v0.37.0 of bpmn-js-properties-panel (released with v4.3.0 of Camunda Modeler) there were many changes in these files. Notice that I linked to the most recent version.

of the Select box, which contains the values Java Class, Connector. . .

The selectBox is created here https://github.com/bpmn-io/bpmn-js-properties-panel/blob/master/lib/provider/camunda/parts/implementation/ImplementationType.js#L88

What do you want to do or to achieve? If you provide more context, we can surely help you better.