getTaskPropertyValues operation
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. |