searchTasks operation

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Draft comment:
This topic was viewed 3 times since its publication
Searches for tasks in a particular case by using the provided conditions.
Parameter Type Description
caseId String The identifier of the case.

You must set the expression for the caseID parameter to the F_CaseFolder business object field in the Expression Builder window.

taskTypes String[ ] The list of task types to search. If an empty array is provided, all task types are searched.
propertyFilter String If not empty, this parameter specifies the property filter condition that is to be applied to the search. The string must conform to the Content Platform Engine SQL syntax, for example, ([prop1] = 1 AND [prop2] <> 3). The properties that are included in this filter must also be included in the properties parameter.
return_value String[ ] The task IDs in a string array.