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.
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.
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