I am using Activiti through the REST interface from a Python-based application, and have code to create the XML process definitions and the diagrams.
Does the REST interface support auto-layout with BpmnAutoLayout? If not, is there plans for this?
I would very much like to just give a "autoLayout: true" -argument when posting the XML, and not have to worry about the layout on the process creation side.