When passing Variants.PERFORMANCE as variant parameter to the pm4py.visualization.dfg.visualizer, it seems that a start timestamp (start_timestamp) is expected for each event; the regular timestamp will be considered the "complete" timestamp (performance.py, which relies on get.py).
Is there a way to instead calculate the duration as the difference between the "regular" timestamp of the current and prior events?
When passing
Variants.PERFORMANCE
asvariant
parameter to thepm4py.visualization.dfg.visualizer
, it seems that a start timestamp (start_timestamp
) is expected for each event; the regular timestamp will be considered the "complete" timestamp (performance.py, which relies on get.py).Is there a way to instead calculate the duration as the difference between the "regular" timestamp of the current and prior events?