Camunda Builder API

Hi,

I was using builder API to build a BPMN. After completion i just wanted open the same file Camunda Modeller. But it is throwing exception saying it is not able to open. I think its due bpmndi elements are not present in builder based BPMN file. Is there a way to convert to open it in modeller?

Thanks & Regards,
Devakumar J

Hi @Devakumar_Jayaraman,

The Camunda Model API does not contain an auto-layouting algorithm, so it is not able to generate DI elements automatically. You can use the Model API to generate these elements yourself, though, see this Stackoverflow post:

Cheers,
Thorben