Skip to main content

object_attribute_changes

process_mining::analysis::object_centric::object_attribute_changes

Functions in this Module(1)

get_object_attribute_changes

Extract the attribute change history for a specific object.
Returns one trace per attribute, each containing the timestamped values
in the order they appear in the log. Returns an error if the object ID
is not found.
Source
fn get_object_attribute_changes(ocel*: SlimLinkedOCEL, object_id*: String)ObjectAttributeChanges

Arguments

Returns

import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')

res = r4pm.bindings.get_object_attribute_changes(ocel, 'example')