pm4py.connectors.extract_ocel_camunda_workflow#

pm4py.connectors.extract_ocel_camunda_workflow(connection_string: str) OCEL[source]#

Extracts an object-centric event log from the Camunda workflow system.

Columns: - ACTIVITY (ocel:activity): Activity performed within Camunda. - TIMESTAMP (ocel:timestamp): Timestamp of the activity execution.

Object Types: - case:concept:name: Identifier of the case. - processID: Process ID within Camunda. - org:resource: Resource involved in the activity.

Parameters:

connection_string (str) – ODBC connection string to the Camunda database.

Return type:

OCEL