using NativeHistoricTaskInstanceQuery how to get variables on. HistoricTaskInstance

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 11:29 PM
I am using NativeHistoricTaskInstanceQuery to create a query that will return all tasks associated with a process containing a given task. i.e. I only have a single taskId to query on. This is working fine as I get a list of HistoricTaskInstance. The problem is, the task/process variables associated with those tasks are not in the HistoricTaskInstance I am getting back.
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 11:34 PM
Maybe a more direct question, is there a way to populate the queryVariables map in the HistoricTaskInstance using the NativeHistoricTaskInstanceQuery?
