pm4py.connectors.extract_log_camunda_workflow#

pm4py.connectors.extract_log_camunda_workflow(connection_string: str) DataFrame[source]#

Extracts a dataframe from the Camunda workflow system. Aside from the traditional columns, the processID of the process in Camunda is returned.

Parameters:

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

Return type:

pd.DataFrame