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