You are here

removeDocuments

public void removeDocuments(Task task, List<Document> items) - removes a list of documents from the specified task.
Attention: This method was introduced in SDK version 1.3.

Parameters

Task task
The task to remove documents from.
List<Document> items
The documents to remove from the task.

Returns

void

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example

        
 workflowService.removeDocuments(taskUpdated, docs);