-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
Problem:
currently only start and end date are stored in the history
Expected Behaviour:
the date of the assignment is also stored in the history
Problem:
currently only start and end date are stored in the history
Expected Behaviour:
the date of the assignment is also stored in the history
Hi Bernd,
have you looked at the task events? For each task you can obtain a list of events which contain timestamp about the individual assignment / deleagattion / reassignment / comment etc. operations which were performed on this task:
`org.camunda.bpm.engine.TaskService.getTaskEvents(String)`