12-21-2007 05:53 AM
workflowService.fireEvent(path.id, "Send to first task");
workflowService.fireEvent(path.id, null);
workflowService.signal(path.id, null);
workflowService.signal(path.id, "Send to first task"); Does anyone else have any more ideas?03-28-2008 05:22 AM
String assignee = "GROUP_artists";
parameters.put(WorkflowModel.ASSOC_ASSIGNEE, assignee);
WorkflowPath path = workflowService.startWorkflow(workflowDef.id, parameters);
Iterator<WorkflowTask> wit = workflowService.getTasksForWorkflowPath(path.id).iterator();
WorkflowTask startTask = wit.next();
workflowService.endTask(startTask.id, null);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.