Skip to content

camunda/camunda-modeler-plugins

Repository files navigation

Looking for a starting point to create you own plugin? Checkout our plugin starter project or consult the plugins documentation.

Camunda Modeler Plugins 🔌

CI

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

bpmn-js

dmn-js

Other

Plugins in other repositories

General

bpmn-js

  • bpmn-js Resize Tasks Plugin - A 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.
  • Process I/O Specification - A plugin that allows you to document your process input and output specifications.
  • 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.
  • Data Outline Plugin - Adds a tree-view for variables in Camunda 8 to the bottom panel.
  • Property Info Plugin - Shows different properties of BPMN elements as overlay.
  • Enhanced Color Picker - A plugin for the Camunda Modeler that adds a flexible color picker to the toolbar, allowing you to easily apply preset colors to your BPMN elements.

dmn-js

  • DMN Testing Plugin - A plugin to test your DMN decision tables and decision graphs using an embedded Camunda decision engine.
  • Excel Import Plugin - A plugin to import Excel Sheets to DMN Tables.

Linter Rules

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)

About

Plugins for the Camunda Modeler

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 21