businessData | Boolean 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 when your search query does not require processing of business data or when your task type does not use any defined indexed business fields. The default value for businessData is false. |
taskSearchQuery | TaskSearchQueryV2 Specifies the TaskSearchQueryV2 object that provides the search criteria. If taskSearchQueryV2 is null, an error occurs. |
user | String Optional. Specifies the user ID of the My webMethods Server user for which the operation executes. If user is not specified, the administrative user ID under which your client program logged on as is used. When you use this parameter, the search is limited to tasks that are accessible by the user. |
userTasks | Boolean Optional. Indicates whether the operation searches all tasks or only the user’s inbox. This parameter is over-ridden if the user parameter contains a value. Set to: true to execute the search only on the user’s inbox. false to search accessible user tasks; this is the default value. By default, only active tasks are returned. This can be overridden with the showNonActiveTasks parameter in TaskSearchQuery. |
tasks | Task Specifies an array of Task objects representing the tasks that match the search criteria in TaskSearchQueryV2. If no tasks match the search criteria, an empty array is returned. |