Ant Organisation Ltd documentation

WorkflowTaskManager.GetTask Method 

Gets a task based on its storage key

public WorkflowTask GetTask(
   AuthenticatedUser user,
   long taskKey
);

Parameters

user
Logged on user
taskKey
Key of the task in storage

Return Value

Task

See Also

WorkflowTaskManager Class | Ant.Workflow.Tasks Namespace