Closed f4rih closed 1 year ago
Dear @f4rih
Our current BPMN layouter is based on Graphviz. This is not exceptional in layouting real-life models.
In the current release (2.2.31) I changed a bit the parameters of the layouter, in order to better fit larger models. I hope you'll benefit from this change.
Dear @fit-alessandro-berti
Thank you so much for your quick response, I'll check that and will let you know. Cheers.
Dear @fit-alessandro-berti I've checked your fix, and it's ok now but the space between the nodes is expended a bit more than expected. by the way, thank you so much for your hotfix.
Yes indeed the drawback of the proposed fix is the enlargement of the layout. We'll investigate in better layouting algorithms
Yes indeed the drawback of the proposed fix is the enlargement of the layout. We'll investigate in better layouting algorithms
Thank you, also there is a another way if it's possible for you, If layouter
function could have the Graphviz hyper parameters it would be more flexible and better.
Hello After upgrading pm4py to version 2.2.29 and 2.2.30 I got a problem with the BPMN layout, it actually generates the BPMN file (In this example from petree net) but the positioning of nodes have a problem. In many situations, nodes are merged together and the whole graph is messed up.
Here is my code :
So I've tested the graph with https://bpmn.io and here is the result:
Thanks in advanced