08-08-2016 02:45 PM
08-11-2016 11:53 PM
08-18-2016 02:27 AM
/**
* Delegates the task to another user. This means that the assignee is set and the delegation state is set to {@link DelegationState#PENDING}. If no owner is set on the task, the owner is set to the
* current assignee of the task.
*
* @param taskId
* The id of the task that will be delegated.
* @param userId
* The id of the user that will be set as assignee.
* @throws ActivitiObjectNotFoundException
* when no task exists with the given id.
*/
void delegateTask(String taskId, String userId);
08-18-2016 02:07 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.