10-18-2016 10:36 PM
ProcessInstance processInstance = runtimeService.startProcessInstanceById(latestProcessDefinition.getId(),
projectId + latestProcessDefinition.getId(), variablesMap);
List<Task> task = taskService.createTaskQuery().processInstanceId(processInstance.getId()).list();
11-01-2016 04:20 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.