04-02-2010 12:40 AM
04-05-2010 03:10 AM
String[] assignees = {"leon", pickedAssignee};
Map<QName, Serializable> params = WorkflowUtil.prepareTaskParams(this.taskNode);
params.put(QName.createQName("{http://www.alfresco.org/model/bpm/1.0}assignees"), assignees);
this.getWorkflowService().updateTask(this.getWorkflowTask().id, params, null, null);04-05-2010 04:05 AM
<aspect name="bpm:assignee">
<associations>
<association name="bpm:assignee">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:person</class>
<mandatory>true</mandatory>
<many>false</many>
</target>
</association>
</associations>
</aspect>
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.