What is the difference between process controlling and process monitoring?
Process controlling: deals with the analysis of historic process executing.
Process monitoring: concerned with the quality of currently running process instances.
What are the five major challenge for log data extraction?
What are the limitations of the alpha-algorithm?
• Requires behaviorally complete log :
Problematic for processes with, e.g., lots of parallelism
It is desirable to use algorithms that can explicitly distinguish likely and unlikely behavior in order to generalize when logs are not complete.
• Cannot distinguish short loops from parallelism.
All of these models lead to b || c
• Cannot deal with noisy data
Event logs often include cases with a missing head, a missing tail, or a missing intermediate episode. Furthermore, there may be logging errors with events being swapped or recorded twice. Such unlikely behavior should not distort the process discovery result.
What are approaches to address problems of completeness?
Q: What is the actual process model?
Automatic process discovery is concerned how a process actually works in reality. Event logs can be used as an input to evidence-based process discovery.
Automatic process discovery utilizes event logs for the generation of a corresponding process model. Now the event logs are valuable to find a process model where no model existed before, and to adjust an existing model according to how the process really works.
Q: what is the performance of the process?
Process analyses such as flow analysis suffer from the fact that the average cycle time for each task in the process model needs to be estimated.
Also, strong assumptions are required such that the behavior of the process is not influenced by the load.
- Using event logs, we inspect the actual behavior of a process and compare it with insights from process analysis.
Q: to which extent are the rules of the process model followed?
Q: to which extent are the rules of the process model followed?
Conformance checking is a collection of techniques that compare a set of event logs with a set of constraints or an existing process model.
- The conformance checking can be utilized in order to determine how often the process is executed as expected and, if not, at which stage deviations can be found.
- Here, event logs help to understand either where the model needs to be corrected or where the behavior of the participants working in the process has to be adapted.