-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.9.0-alpha3
-
None
Steps to reproduce:
1) deploy a process with two user tasks
2) start an instance of that process
3) go to cockpit
4) select the started process instance
5) assign the pending user task to "demo"
6) modify the process instance (move to token to second user task)
7) open user operation tab in historic process definition view
Observed Behavior:
- The user operation log contains two rows, see cockpit-user-operation-log-1.PNG:
- Operation Assign
- Operation ModifyProcessInstance
- But sometimes it also shows, see cockpit-user-operation-log-2.PNG:
- Operation Assign
- Operation Delete
Expected Behavior:
- The user operation log shows always the same.
Hint:
- The implementation [1] does not respect that multiple user operation can have the same operation id but different operation types.