[Chapter 11] Process Monitoring Flashcards

1
Q

How many ways there are for approaching process monitoring?

A

2 ways: performance dashboards and process mining.

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

How many types of performance dashboards there are? Explain.

A
  • Operational dashboards (runtime)
    Aimed at process workers and operational managers.
    Receives the data of current executing cases.
    WIP, resource load.
  • Tactical dashboards (historical)
    Aimed at process owners/managers.
    Concern on the overall process performance on an aggregated level, not look at singular cases but in all batch of cases running in a certain period of time.
    CT, resource utilization.
  • Strategic dashboards (historical).
    Aggregate and keep performances that are relevant for the overall success of the company (like customer satisfaction, customer complaint, customer feedback and connection less than agreed time).
    Customer satisfaction/feedback.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many levels process mining has?

A

4 levels.
- Discovery: use event-log to make a business process.
- Conformance checking: use event-log and model and see if the behavior is expressed in it.
- Deviance: use 2 event-logs and see the differences.
- Performance: use event-log and model and enhance the model.

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

What is an event-log? Can they be represented as a graph? Also, how is the repetition rate calculated?

A

Event logs are often a table. Need to have column for activity name, timestamp, event id, resource, and cost.
Yes, they can be.
Repetition rate r = 1 - (sum(time)/n_executions)/(sum(time)/n_cases)

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

Explain the alpha miner business process approach.

A

In the notes.

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

Explain the heuristic miner business process approach.

A

In the notes.

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

Explain what is conformance checking.

A

Identify such parts of sequences in the event-log that are not in line to the process model and observe deviations.

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

Which are the 5 steps for process mining in practice?

A

I. Frame and plan the problem.
II. Collect the data.
III. Analyze: look for patterns.
IV. Interpret and create insights.
V. Create business impact.

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

Explain the steps for split miner.

A

1) Construct the graph.
2) Remove the parallel relations.
3) Filter by some value t threshold.
4) Splits discovery.
5) Joins discovery.

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