03-30-2015 05:54 AM
List<Task> tasks = taskService.createTaskQuery().taskAssignee(userName).list();
//no, that "9" is not hard coded.
tasks.get(9).getId() // 36033
tasks.get(9).getExecutionId // 33107
Task task = historyService.createHistoricTaskInstanceQuery().taskId(36033).singleResult();
task.getExecutionId // 36028
03-30-2015 06:28 AM
03-31-2015 05:00 AM
03-31-2015 07:39 AM
04-07-2015 08:18 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.