10. Process Monitoring Flashcards

1
Q

What’s the definition of process monitoring?

A

is about using the data generated by the
execution of a business process (event logs) to extract insights about the actual performance of the process and to verify its conformance with respect to norms, policies, or regulations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 2 process monitoring techniques?

A

Online(on-the-fly) vs offline (post-mortem)
Statistic (process performance dashboards) vs model based (process mining tools) techniques

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s a process performance dashboard and which are the 3 types of categories?

A

Is a graphical representation of one or more performance measures (or other characteristics) of a business process.

Types:
- Operational dashboards (run-time)
- Tactical dashboards (historic)
- Strategic dashboards (historic)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s process mining and which are the 4 categories of techniques?

A

is a family of model-based monitoring techniques to analyze the performance and conformance of business processes based on event logs produced during their execution

Categories:
- Performance mining
- Automated discovery
- Variant analysis
- Conformance checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s an event log?
List its minimum requirements and major challenges

A

An event log is a collection of timestamped event records

Min. req:
- Case ID
- timestamp
- Activity/task

Major challenges:
- Correlation (event -> case)
- Timestamping (e.g., delayed logging, different time zones)
- Longevity (distortion by mixing incomplete with complete cases)
- Granularity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What’s automated process discovery?
List:
- input vs output
- Techniques
- Quality measures

A
  • input vs output: event log to discovered process model

Techniques:
- Dependency graph
- Alpha-algorithm
- More robust algorithms

Quality measures:
- Fitness
- Precision
- Generalization
- Complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In automated process discovery, what are the characteristics and operations of the dependency graph?

A

Characteristics:
- node represents one event class
- arc represents a “directly follows” relation
- color and thickness of arcs may be used to encode how frequently one pair follows another

Operations:
- Abstraction
- Filtering: Event, event pair, trace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What’s Process performance mining?
List:
- input vs output
- Performance dimensions

A

input vs output
- Event log + Process model-> Enhanced process model (with color-coded elements)

Performance dimensions: devil’s quadrangle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What’s Conformance checking?
List:
- input vs output
- Two basic perspectives

A

input vs output
- Event log + Process model (or set of business rules) à Difference diagnostics

Basic perspectives:
- Process control flow (based on constraints vs. normative process model)
- Process data and/or resources (based on constraints)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In conformance checking, which are the Three recurrent types of control-flow constraints?

A
  1. mandatoriness
  2. exclusiveness
  3. ordering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In conformance checking, which are the Two types of log-model discrepancies?

A

unfitting log behavior vs additional model behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What’s Variants analysis?
List:
- input vs output
- Two approaches

A

input vs output:
Two event logs (corresponding to two variants of a process) -> Difference diagnostics

approaches:
- manual approach:
visual comparison; Suitable for relatively small event logs
- automated approach
set of difference statements; set of
(more general) general patterns; Suitable for more complex scenarios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In conformance checking, which are the Three families of relevant techniques?

A

replay
trace alignment
behavioral alignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly