You are here

unclaimTask

public Task unclaimTask(Task task) unclaims the specified task. This removes the assignee of the task, that is, the current user.
Attention: This method was introduced in SDK version 1.3.

Parameters

Task task
The task to be unclaimed.

Returns

Returns the unclaimed Task object.

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example


Task unclaimedTask = workflowService.unclaimTask(claimedTask);