Hi folks,
I posted a question on StackOverflow asking: Is there a Java API that creates BPMN? One of the answers suggested that since I'm going to be using jBPM5 I might therefore use its "fluent API" to create BPMN2 models.
I see the jBPM docs don't recommend using the API to create BPMN. The answer on SO also suggested the API may not be up-to-date witih jBPM5
Can anyone elaborate on defining processes using the process API and whether this might be a suitable method to dynamically create valid BPMN2? Many thanks!