How to create a new Process Model via an API?

I want to create a new Process Model using an API. So is there any API already present in the flowable engine to do so or if not how to create the same?

Hey @RRSR,

In order to create a process model programmatically with the Java API, you would need to work with the BpmnModel.

Cheers,
Filip