Discovery (EN)
ConceptAutomated generation of process models from event logs
Discovery in Process Mining
Discovery refers to the automated generation of process models from event logs to visualize actual processes without prior knowledge. This method allows for the identification of typical process paths and the uncovering of unexpected deviations from the target process. Discovery analyses serve as the starting point for deeper investigations of business processes.
Process Discovery Flow
flowchart TD A[Event-Log] --> B(Preprocessing) B --> C[Varianten-Analyse] C --> D[Frequenz-Analyse] D --> E[Modell-Generierung] E --> F[Visualisierung] F --> G[Prozess-Modell] G --> H[Abweichungs-Analyse] H --> I[Optimierungspotenziale]
In Context
- Typically used together with Conformance Checking and Enhancement
- Related to: Process Mining, Event-Log, Alpha-Algorithm, Heuristic Miner
- Example use: Analysis of customer order processes to identify bottlenecks