Closed NKMatha closed 1 year ago
Dear @NKMatha
The original question is not that clear. 1) You can export the frequency DFG both as a picture (pm4py.save_vis_dfg) and in the .dfg format (pm4py.write_dfg) 2) You can export the performance DFG only as a picture (pm4py.save_vis_performance_dfg) 3) You can convert the DFG to a BPMN diagram, and then save a visualization of it (pm4py.save_vis_bpmn) or export it as BPMN 2.0 XML (pm4py.write_bpmn)
Hi @fit-alessandro-berti
I was looking to save bpmn something like bellow and while loading bpmn(pm4py.read_bmpm()) would like read the edges weight i.e: 94,7,23.
Is there any possibility for that....?
Dear @NKMatha
Unfortunately we do not support custom annotations on the arcs for importing/exporting
ok, thanks for your support @fit-alessandro-berti
Hi team,
I saving the BPMN from dfg's, but wondering to have the edges weight while saving BPMN like number of occurrences or performance time which we're getting in dfg graphs. Is there any procedure to have or its not going to consider the edges weight....
Thanks in advance.