You are here

getTask

public Task getTask(String taskIdentifier) returns the specified task object.
Attention: This method was introduced in SDK version 1.3.

Parameters

String taskIdentifier
The task ID of the task to return.

Returns

Returns the specified Task object.

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example


Task task = workflowService.getTask(taskIdentifier);