06-18-2014 03:35 AM
List<NodeRef> addNodes = new ArrayList<NodeRef>();
addNodes.add(addNodeRef);
Map<QName, List<NodeRef>> nodesAdd = new HashMap<QName, List<NodeRef>>();
nodesAdd.put(WorkflowModel.ASSOC_PACKAGE, addNodes);
workflowService.updateTask(currentTask.getId(), null, nodesAdd, null); //nullpointer
06-18-2014 03:16 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.