Trading Networks 10.3 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Task Folder | Summary of Elements in this Folder | wm.tn.task:getTaskStatus
 
wm.tn.task:getTaskStatus
Retrieves the status of a task on this server (the server on which the wm.tn.task:getTaskStatus service is being executed).
Input Parameters
taskId
String The internal identifier of the task status to retrieve.
Output Parameters
taskStatus
String The status of the task. Valid values of taskStatus are:
*NEW
*PENDING
*DONE
*STOPPED
*FAILED
taskStatusMsg
String The status message of the task.
Usage Notes
If taskId is not valid, the service throws an exception.