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. |
includeBizDocErrors | String Prevents the Envelope (see
wm.tn.rec:BizDocEnvelope) associated with the task from having the Errors (
wm.tn.rec:BizDocErrorSet) field populated with Activity Log error messages. Valid values are: true - Default. Envelope is loaded with errors from the Activity Log. false - Envelope is not loaded with errors from the Activity Log. |
task | Document The task identified by taskId that this service retrieved. For the structure of task, see
wm.tn.rec:Task. |