08-02-2013 08:36 AM
executeImpl
, I start a new workflow and subsequently end the start task. Now the active task should be the one following the start task, so I query for it:
WorkflowTaskQuery query = new WorkflowTaskQuery();
query.setActive(null);
query.setWorkflowDefinitionName("activiti$cdGroupMeeting");
query.setTaskState(WorkflowTaskState.IN_PROGRESS);
List<WorkflowTask> tasks = serviceRegistry.getWorkflowService().queryTasks(query, true);
tasks
is empty. What's wrong?08-11-2013 06:14 AM
09-18-2013 11:28 AM
09-18-2013 11:38 PM
org.alfresco.service.cmr.workflow.WorkflowService.getStartTask(String workflowInstanceId);
04-11-2014 12:56 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.