Yes, 8.2.
The documentation of pub.task.taskclient:searchTasksIndexed indicates the following:
“…The query must contain a search term specifying the taskTypeID when searching for business data fields. The Task Engine uses the taskTypeID to identify the specific index table to use. You can search for multiple task types in a single query by specifying multiple taskTypeID values when you define the search criteria. If you are not searching for business data fields, then a taskTypeID is not required…”
But I don’t want to filter by task type id’s (only by process model id).
…Use this service only when working with indexed business data fields. If you are working with standard business data fields, use pub.task.taskclient:searchTasks…
According to this paragraph, searchTasks can be used to filter tasks by data fields without indexation and without taskTypeIDs. Isn’t it?
The searchTasks documentation does not indicate that indexed fields is needed.
Then why not work?
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS