07-24-2014 10:45 AM
List<Task> tasks = taskService.createTaskQuery().taskAssignee(user.getName()).list();
for (Task task : tasks) {
notified = (Boolean) taskService.getVariableLocal(task.getId(), "notified");
}
07-25-2014 04:27 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.