hlucasfranca / camunda-modeler-plugins

Plugins for the Camunda Modeler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Camunda Modeler Plugins 🔌

Build Status

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 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)

About

Plugins for the Camunda Modeler.


Languages

Language:JavaScript 99.7%Language:CSS 0.3%