cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Task property

partizano
Champ in-the-making
Champ in-the-making
Hi, Activiti Team!

In my java code I have instance of Task (implements org.activiti.engine.task.Task). How can I get value of the following property of the task, using Activiti API?
[attachment=0]123.png[/attachment]

Thanks!
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

In the TaskService there's a getIdentityLinksForTask method and there you get a list of identity links back including the candidate groups and users.

Best regards,

partizano
Champ in-the-making
Champ in-the-making
Thanks a lot!!!