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. In addition to traditional columns, the process ID of the process in Camunda is included.
- Parameters:
connection_string (
str
) – ODBC connection string to the Camunda database.- Return type:
pd.DataFrame