cancel
Showing results for 
Search instead for 
Did you mean: 

How to get task fields & values through historyService?

vamsinipun
Star Contributor
Star Contributor

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 2

vamsinipun
Star Contributor
Star Contributor

Please anyone reply on this.

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