-1

I read documentation about Camunda BPMN Model API here. But there is no documentation for drawing start event, end event, task shapes and arrows programatically using that library.

1 Answers1

3

You can create all the BPMN shapes by your own. The Model API has currently no feature to auto generate DI element. For example see this test how to create DI elements with the Model API.