Auto layout diagram

Hello
In my application I have a list of steps and connections in the beginning, and I need to put them on the diagram.
Is there any way of auto layout them?

We do not provide any auto-layout functionality. There is libraries like dagre though that may allow you to implement something like this.

Thanks, I will try it