pm4py.objects.bpmn.layout.variants.graphviz_new module#
- pm4py.objects.bpmn.layout.variants.graphviz_new.apply(bpmn_graph: BPMN, parameters: Dict[Any, Any] | None = None) BPMN[source]#
Layouts the BPMN graphviz using directly the information about node positioning and edges waypoints provided in the SVG obtained from Graphviz.
- Parameters:
bpmn_graph – BPMN graph
parameters – Optional parameters of the method
- Returns:
Layouted BPMN
- Return type:
layouted_bpmn