flatten_ocel_on
Flatten an OCEL on a specific object type, resulting in a case-centric Event Log
For each object of the specified type, a trace is created containing all events related to that object,
ordered by their timestamp.
For each object of the specified type, a trace is created containing all events related to that object,
ordered by their timestamp.
fn flatten_ocel_on(ocel*: SlimLinkedOCEL, object_type*: String, output_id: Option<String>) → EventLog
Arguments
Returns
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
res = r4pm.bindings.flatten_ocel_on(ocel, 'order', 'example')