10-22-2013 09:00 AM
10-24-2013 05:48 AM
10-25-2013 04:17 AM
/**
* Changes the assignee of the given task to the given userId.
* No check is done whether the user is known by the identity component.
* @param taskId id of the task, cannot be null.
* @param userId id of the user to use as assignee.
* @throws ActivitiObjectNotFoundException when the task or user doesn't exist.
*/
void setAssignee(String taskId, String userId);
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.