How to get task fields & values through historyService?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How to get task fields & values through historyService?

Hi,

   I am using activiti in spring web application. I would like to display task fields & values of process instance. Please let me know about this.

Thanks

2 Replies
vamsinipun
Established Member

Re: How to get task fields & values through historyService?

Please anyone reply on this.

ryandawson
Alfresco Employee

Re: How to get task fields & values through historyService?

I'm guessing you are using v6 and that you are looking to query for process instance and task variables. Probably you want to do something like Activiti/FullHistoryTest.java at 6.x · Activiti/Activiti · GitHub  . See also Activiti User Guide  and note that you might have to increase the history level, depending upon what you're looking for Activiti User Guide