camunda / camunda-modeler-plugins

Plugins for the Camunda Modeler.
168 stars 69 forks source link

Build a plugin example to showcase communication between different modules #77

Open Skaiir opened 2 years ago

Skaiir commented 2 years ago

What should we do?

Create a multi-module plugin showcasing interaction between multiple extensions of multiple types (bpmn, dmn, menu and react).

Why should we do it?

It is currently not very obvious how a plugin developer can send signals between the different types of extensions on the modeler. Such an example would be very useful to plugin developers to be able to create more complex interaction with our embedded editors.