07-30-2014 12:51 PM
case TASK_CREATED:
System.out.println("task created");
List<Task> currentTasks = event.getEngineServices().getTaskService().createTaskQuery().processInstanceId(event.getProcessInstanceId()).list();
for (Task task : currentTasks) {
System.out.println("task name: "+task.getName());
}
break;
07-30-2014 01:38 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.