internalDocId | String (optional) The internal document ID of the tasks to match. |
taskId | String (optional) The ID of the task to match. |
taskType | String (optional) The task type of the tasks to match. Valid values are: Delivery - To match only delivery tasks. Service Execution - To match only service execution tasks. |
internalPartnerId | String (optional) The internal partner ID of the partner that is associated with the tasks to match. |
taskStatus | String (optional) The status of the tasks to match. Valid values: NEW PENDING DONE FAILED STOPPED |
deliveryMethod | String (optional) The delivery method of the tasks to match. Use
wm.tn.delivery:getRegisteredServices to get a list of registered delivery services. You can specify the name of any registered service for deliveryMethod. |
serverId | String (optional) The server ID of the server that is processing the tasks to match. |
timeCreated | String (optional) The time period in which Trading Networks created the tasks. Specify one of the following: TODAY YESTERDAY LAST_7_DAYS THIS_WEEK LAST_WEEK THIS_MONTH LAST_MONTH YTD |
queueName | String The name of the delivery queue to match tasks. |
query | Object An instance of com.wm.app.tn.db.DeliveryJobQuery. |