for a university project I am researching frameworks and APIs to programmatically generate BPMN (standard conform xml).
I found:
- Programmatically creating a process - Developers / General - Forum - bpmn.io
- Eclipse BPMN2 Modeler | The Eclipse Foundation
- nikku/bpmn-js-cli-modeling-dsl: A modeling DSL for bpmn-js (github.com)
- Excel-add in creation of BPMN via Add-in
The last one does not create valid BPMN.
Does the community have some ideas on what would be the best way to transform a given process description into valid BPMN?
Greetings :)
It's a domain specific language for creating BPMN diagrams. The syntax is very simple (deceitfully so).
If you read their introductory book, you will be able to create process diagrams as fast as you can type them.