pm4py.algo.connectors.variants.windows_events module#
- pm4py.algo.connectors.variants.windows_events.apply(parameters: Dict[str, Any] | None = None) DataFrame[source]#
Extract a process mining dataframe from all the events recorded in the Windows registry.
- parameters
Parameters of the algorithm, including:
CASE ID (case:concept:name) => name of the computer emitting the events.
ACTIVITY (concept:name) => concatenation of the source name of the event and the event identifier (see https://learn.microsoft.com/en-us/previous-versions/windows/desktop/eventlogprov/win32-ntlogevent)
TIMESTAMP (time:timestamp) => timestamp of generation of the event
RESOURCE (org:resource) => username involved in the event
- Returns:
Pandas dataframe
- Return type:
dataframe