How to get task fields & values through historyService?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2018 06:00 AM
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
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 05:28 AM
Please anyone reply on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 07:33 AM
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
