Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 844 Bytes

File metadata and controls

34 lines (23 loc) · 844 Bytes

Camunda Modeler Generate Constants Plugin

A Camunda Modeler plugin that helps you to bind your implementation to a BPMN diagram by extracting constants from the BPMN file and offering them as source file of your favouite programming language.

Supported constants:

These constants are or will be supported:

  • Message
  • Signal
  • BPMN Error
  • Task Type (C8)
  • Task Topic (C7)
  • Delegate Java Class
  • Delegate Expression
  • ID Handler (all process elements)
  • Escalation

Supported programming languages

The constants will be extractable to the following programming languages:

  • Python
  • Java
  • .NET
  • Javascript / Typescript

Usage

TBD

Contribute

You are welcome to add more constants (if you require them) or your programming language (sorry we did not have it in mind).