-
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
This is the controller panel for Smart Panels app
[CAM-1653] taskAssignedDate missing in history
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Fix Version/s | Original: 7.1.0 [ 12891 ] |
Resolution | Original: Won't Fix [ 2 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
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)`