Analysis Module: Process Discovery
ProcessDiscovery
Create ProcessDiscovery module
Examples:
>>> from promg.modules.process_discovery import ProcessDiscovery
>>> process_discovery = ProcessDiscovery()
create_df_process_model(entity_type)
Create a DF process model
Parameters:
Name | Type | Description | Default |
---|---|---|---|
entity_type |
str
|
The type of the entity |
required |
Raises:
Type | Description |
---|---|
ValueError
|
when the entity has not been defined |
Examples: