wm.tn.task:getTask
Retrieves a specified task that is associated with this server (the server on which the wm.tn.task:getTask service executes).
Input Parameters
taskId | String The internal identifier for the task to retrieve. |
content | String Whether to retrieve the content of the document that is associated with the task. Valid values are: true - Retrieves document content. false - Default. Does not retrieve document content. |
Output Parameters
task | Document The task identified by taskId that this service retrieved. For the structure of task, see
wm.tn.rec:Task. |
Usage Notes
If
taskId is not valid, the service throws an exception.
Each task is associated with a single server, so
taskId must be associated with the same server on which the task was started.
If you do not need the document content, set
content to
false to decrease retrieval time.