includeTaskData | String Optional. Specifies whether the service will return the TaskData document as well as the pub.task:TaskInfo document for each task matching the search criteria. Set to: true to include the TaskData document in the result set. false (default) to include only the TaskInfo document in the result set. |
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. |
taskSearchQuery or TaskSearchQuery | Document Optional. The TaskSearchQuery document, which specifies the search criteria. See pub.task:TaskSearchQuery for a description of the fields in this document. If TaskSearchQuery is null, all tasks for user will be returned. |
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 Result set containing the tasks that match the search criteria in pub.task:TaskSearchQuery. Each document in the result set has the following structure: TaskID String The identifier assigned to the task instance. TaskInfo Document 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. |
fields | String list Optional. List of task fields to be returned by this service. For information about specifying fields, see the fields and operator elements in pub.task:TaskSearchQueryTerm. For example, suppose you want to return the following fields as result of the query: taskID The business data field orderID from task data documents. You would then pass in following field specifications: #{currentTask.taskInfo.taskID} #{currentTask.taskData.order.orderID} The service will return values for these fields only. |
includeTaskData | String Optional. Specifies whether the service will return the TaskData document as well as the pub.task:TaskInfo document for each task matching the search criteria. Set to: true to include the TaskData document in the result set. false (default) to include only the TaskInfo document in the result set. |
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. |
taskSearchQuery or TaskSearchQuery | Document Optional. The TaskSearchQuery document, which specifies the search criteria. See pub.task:TaskSearchQuery for a description of the fields in this document. If TaskSearchQuery is null, all tasks for user will be returned |
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. |
TaskFields | Document list Result set containing a list of documents whose document type is defined in pub.task:TaskFields. |
includeTaskData | String Optional. Indicates whether the search query operation includes indexed business data when processing the search query. Use this property when your search query contains search terms that reference indexed business data fields. Set to: true to include business data in the search query processing. false (default) when your search query does not require processing of business data or when your task type does not use any defined indexed business fields. |
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. |
taskSearchQueryV2 or TaskSearchQueryV2 | Document Optional. The TaskSearchQueryV2 document that specifies the search criteria. See pub.task.TaskSearchQueryV2 for a description of the fields in this document. If TaskSearchQueryV2 is null, an error occurs. |
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 Result set containing the tasks that match the search criteria in pub.task.TaskSearchQueryV2. 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. Indicates whether the search query operation includes indexed business data when processing the search query. Use this property when your search query contains search terms that reference indexed business data fields. Set to: true to include business data in the search query processing. An error occurs if includeTaskData is set to true and the task type does not contain any indexed fields. false (default) when your search query does not require processing of business data or when your task type does not use any defined indexed business fields. |
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. |
taskSearchQueryV2 or TaskSearchQueryV2 | Document Optional. The TaskSearchQueryV2 document that specifies the search criteria. See pub.task.TaskSearchQueryV2 for a description of the fields in this document. If TaskSearchQueryV2 is null, an error occurs. |
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. |
totalCount | String Returns the total number of tasks that match the query. |