cancel
Showing results for 
Search instead for 
Did you mean: 

Getting pooled actors for a completed task

pylady
Champ in-the-making
Champ in-the-making
Hello,
Can anybody give me a suggestion on how to get pooled actors for a completed task?

Thanks in advance,
Jana.
4 REPLIES 4

trademak
Star Contributor
Star Contributor
We recently added historic identity links, so that would be the way to get that information.
Which version of Activiti are you using?

Best regards,

pylady
Champ in-the-making
Champ in-the-making
I am using Activiti 5.13.

Best regards,
Jana

jbarrez
Star Contributor
Star Contributor
Then it should be in the historical queries.

pylady
Champ in-the-making
Champ in-the-making
Thank you very much for your answers!
I'm using <code>historyService.getHistoricIdentityLinksForTask(String processInstanceId)</code> to get   <code>HistoricIdentityLink</code>s associated with the given process instance. Then there is a method <code>getGroupId()</code> which retrieves an id of a group. Users in this group are pooled actors for a given task.