camunda-modeler-plugins
camunda-modeler-plugins copied to clipboard
Plugins for the Camunda Modeler.
Looking for a starting point to create you own plugin? Checkout our plugin starter project or consult the plugins documentation.
Camunda Modeler Plugins :electric_plug:
This repository contains a number of plugins for the Camunda Modeler. You can also find it in an accessible and structured manner via the plugins.json
file.
Checkout our contribution guidelines to add more plugins to the list.
General
- Menu Plugin Example - An example of how to create a Camunda Modeler menu plugin.
bpmn-js
- bpmn-js Plugin Example - An example of how to create a bpmn-js plugin.
- Embedded Comments Plugin - bpmn-js Embedded Comments as a Camunda Modeler plugin.
- Token Simulation Plugin - bpmn-js-token-simulation as a Camunda Modeler plugin.
- Transaction Boundaries Plugin - camunda-transaction-boundaries as a Camunda Modeler plugin.
dmn-js
- dmn-js Plugin Example - an example of how to create a dmn-js plugin.
Other
- Style Plugin Example - An example of how to create a style plugin.
Plugins in other repositories
General
- Autosave Plugin - A Camunda Modeler plugin that automatically saves your diagrams.
- Internationalization Plugin - A Camunda Modeler Plugin that allows you to translate the UI.
- Multi-Diagram Plugin - A Camunda Modeler plugin that allows to manage multiple diagrams on a single BPMN file.
bpmn-js
- bpmn-js Resize Tasks Plugin - A Camunda Modeler plugin that makes tasks resizable in bpmn-js.
- Color Picker - A color picker plugin that lets you choose any color for your BPMN elements.
- Generated Form Preview - A plugin that allows you to preview forms in the Camunda Modeler.
- Linter Plugin - A Camunda Modeler plugin to validate your BPMN diagrams using configurable linting rules.
- Process I/O Specification - A plugin that allows you to document your process input and output specifications.
- Property Info Plugin - Visualizes technical attributes like execution listeners, I/O mappings, field injections and extensions.
- Reduced Palette - A plugin that reduces the number of available entries in the palette and the context menu.
- Technical ID Generator - A plugin that generates technical IDs for BPMN elements according to best practices.
- Tooltip Plugin - Adds tooltips to various BPMN elements revealing hidden properties and conditional flows.
dmn-js
- DMN Testing Plugin - A Camunda Modeler plugin to test your DMN decision tables and decision graphs using an embedded Camunda decision engine.
- Excel Import Plugin - Camunda Modeler Plugin to import Excel Sheets to DMN Tables.
Contribute
Would you like to contribute to this list? Propose your addition by editing the plugins list.
Add your plugin to the plugins.json
to make it accessible in a structured manner.
{
"id": "my-plugin",
"displayName": "Example Plugin",
"version": "0.1.0",
"description": "A Camunda Modeler example plugin",
"url": "https://github.com/example/camunda-modeler-example-plugin",
"category": "General"
}
Additional Resources
License
MIT (unless noted otherwise)