includeTaskData | String Optional. Specifies whether you want to retrieve the TaskData document as well as the TaskInfo document. Set to: true to retrieve TaskData in addition to TaskInfo. false (default) to get TaskInfo only. |
searchUserTasks | String Optional. Specifies whether the service searches all tasks or only the user's inbox. Set to: true to search only the inbox for user. false (default) to search all tasks to which user has access. |
user | String Optional. The user ID of the My webMethods Server user on whose behalf this service will execute. If user is not specified, the user ID associated with the WmTaskClient package is used. For information about configuring this user ID, see webMethods Task Engine User’s Guide. Note: Only tasks to which user has access are searched. |
Tasks | Document list The result set containing the tasks that match the search criteria. Each document in the result set has the following structure: TaskID String The identifier assigned to the task instance. TaskInfo Document The TaskInfo document containing standard information about the task. See pub.task:TaskInfo for a description of the fields in this document. TaskData Document The TaskData document containing the business data associated with the task. Returned only if includeTaskData is set to true. |
includeTaskData | String Optional. Specifies whether you want to retrieve the TaskData document as well as the TaskInfo document. Set to: true to retrieve TaskData in addition to TaskInfo. false (default) to get TaskInfo only. |
taskID | String The ID that identifies the task that you want to retrieve. This can be either passed in the URL as shown above, or as an input parameter. |
user | String Optional. The user ID of the My webMethods Server user on whose behalf this service will execute. If user is not specified, the user ID associated with the WmTaskClient package is used. For information about configuring this user ID, see webMethods Task Engine User’s Guide. |
TaskID | String The ID that identifies the task. |
TaskInfo | Document The TaskInfo document containing standard information about the task. See pub.task:TaskInfo for a description of the fields in this document. |
TaskData | Document A document containing the business data associated with the task. TaskData does not have a specified structure. Its content varies according to the task. TaskData is returned only if includeTaskData is set to true. |