Question
Is there an offline tool (ideally for command line in Linux) which will automatically and reproducibly layout my BPMN diagram?
Alternatives
- Use the yBPMN layouter from the application YEd.
- Use the API of a local Camunda installation.
- Try bpmn-auto-layout, a project in version 0.1 and a single release(as of Dec. 2019).
- Employ graphviz using an algorithm by Ingo Kitzmann, Christoph König, et. Al..
- Implement the hierachical layouting algorithm from scratch.