08-12-2009 06:42 AM
08-12-2009 07:04 AM
JBPMNodeList nodeList = new JBPMNodeList();
nodeList.add(new JBPMNode(personNodeRef, serviceRegistry));
params.put(WorkflowModel.ASSOC_POOLED_ACTORS, (Serializable)nodeList );
08-12-2009 09:09 AM
08-13-2009 12:40 AM
List nl = new LinkedList();
nl.add( new NodeRef("workspace://SpacesStore/7f88da63-cf01-4182-8cf2-56af9e10ce1b"));
Map<QName, Serializable> mp = new HashMap<QName, Serializable>();
mp.put(WorkflowModel.ASSOC_POOLED_ACTORS, (Serializable)nl);
mp.put(ContentModel.PROP_OWNER, null);
serviceRegistry.getWorkflowService().updateTask("jbpm$4", mp, null, null);
08-13-2009 03:54 AM
08-13-2009 04:04 AM
08-13-2009 01:24 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.