Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanlukas/camunda-modeler-plugin-generate-constants
https://github.com/jonathanlukas/camunda-modeler-plugin-generate-constants
camunda-modeler camunda-modeler-plugin camunda-modeler-plugins codegen codegeneration codegenerator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanlukas/camunda-modeler-plugin-generate-constants
- Owner: jonathanlukas
- Created: 2022-10-12T14:30:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T01:07:30.000Z (2 months ago)
- Last Synced: 2024-11-01T02:18:29.550Z (2 months ago)
- Topics: camunda-modeler, camunda-modeler-plugin, camunda-modeler-plugins, codegen, codegeneration, codegenerator
- Language: JavaScript
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [x] Message
- [x] Signal
- [x] BPMN Error
- [x] Task Type (C8)
- [x] Task Topic (C7)
- [x] Delegate Java Class
- [x] Delegate Expression
- [x] ID Handler (all process elements)
- [x] 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).