Automatically create Camunda process diagram

Hi Team,

We are trying to automate our process diagram creation in BPMN 2.0. All our requirements can be parameterized through excel / xml / json / yaml etc. Are there APIs / library functions etc. to extend to do this ?

Regards,
Nikhil

You can build a model programmatically using the Model API. It’s documented here:

3 Likes

thank you, that’s what I was looking for and excited to try that ! :slight_smile:

2 Likes