getTaskPropertyValues 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
Returns task property values for a given list of task properties.
Parameter Type Description
taskId String The task ID, which can be the current task that is obtained by passing the F_CaseTask, or an explicit ID of another task.
taskPropertyNames String[] The list of task properties to retrieve.
return_value String[] The TaskPropertyValues value is an array of strings, containing the property values of the requested properties.