Export model to svg

Hello! I am trying the bpmn Model API to create processes.
I would like to export the process to svg file. Is that possible? How? I couldn’t find any resource.
Thank you!

Hello @Agi ,

a way to do this is to export the generated model as .bpmn file, open this with the modeler or cawemo and then export it from there.

If you try to approach this programmatically, bpmn.io will be helpful, as it is used to render the .bpmn (XML) file as human-readable process model.

Hope this helps

Jonathan