03-07-2012 03:01 PM
TaskService taskService = // Get the task service
String processInstanceId = null;
List<Task> tasks = taskService.createTaskQuery().processInstanceId(processInstanceId).list();
03-07-2012 03:05 PM
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.