plugins for bpmn-js and moddle extensions. • We could not touch the Camunda Modeler UI (at least not via any API), powered by React • Documentation: https://github.com/camunda/camunda-modeler/tree/develop/docs/plugins
plugins for bpmn-js and moddle extensions. • We could not touch the Camunda Modeler UI (at least not via any API), powered by React • Documentation: https://github.com/camunda/camunda-modeler/tree/develop/docs/plugins What we want • Build extensions for the actual Application • Include stuff like buttons, modals, … • Get access to the configuration • Know when the Application is doing stuff (listen for events) • Use React Components | Hooks
Awesome Plugin', // the name of your plugin style: './style.css', // changing the appearance of the modeler menu: './menu.js', // adding menu entries to the modeler script: './script.js' // extend the modeling tools }; Source: https://github.com/camunda/camunda-modeler/tree/develop/docs/plugins#plugging-into-the-camunda-modeler