My issue is that I want to track changes for Activities like:
Activity 1 - manual - 0 (changes)
Activity 2 - automatic - 0 (changes)
Activity 3 - manual - 0 (changes)
Activity 1 - automatic - 1 (change)
Activity 2 - automatic - 0 (changes)
Activity 1 - manual - 2 (changes)
Each time the activity execution handling changes it should count +1.
Goal: To get an overview over the sum of execution changes per Activity over all cases.