Is there a way to programmatically create BPMN 2.0 through the Java API?
I know that I can use a graphical modeling tool or create BPMN XML manually, but I am looking for a way to create it dynamically at runtime.
In my case, BPMN will run through jBPM. jBPM docs say you can use your API to define processes, but they do not recommend using it “to protect against internal APIs”. It would be great if there was an API that was not tied to a specific provider.
source
share