Who user has done a task?

1
0
-1

Hi,

Is there a way in order to know who user that has done a task and the date in what this task has been done?In which table of databse are registered?

Many thanks.

1 answer

1
0
-1

You can get it by calling REST API ../API/bpm/archivedActivity/{id}.. in particular, what you need is executedBy and last_update_date. For more details, look at BPM API ArchivedActivity

Notifications