Hey everybody,
just working with some sql database, a server and yed. The main aim is to build a BPMN business process which is saved in the database every object of the process itself. What I try to do is to build a graphml file out of the database using just a php script. It fetches the objects and adds the particular snippet to the file.
The file is working, i can load it in Yed and alle objects are shown.
To come to my problem. The structure of the loaded file is very mixed up. By selecting Layout--> BPMN i can fix this and after this it looks just like i want it. Now i would like to know if there is like a command or something else which i could put right in the graphml file to start this autolayout just when i load the file?
Thanks to everybody in advance