Skip to content

jonathanlukas/camunda-modeler-plugin-generate-constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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