setTaskPropertyValues operation

Sets the task property values for a particular task. This method typically applies when updating the task properties on a task other than the current one. For the current task, you can use step parameters to set the task properties.

Parameter Type Description
taskId String The explicit ID of a task other than the current one. For the current task, use step parameters.
taskPropertyNames String[] The list of task properties to update.
taskPropertyValues String[] The list of property values. The list length must have the same length as the taskPropertyNames parameter. Time values are expressed in the form yyyy-MM-ddTHH:mm:ssZ. Multivalue properties are expressed in a string representation of arrays. The parameters in the inner array should be surrounded by single quotes ('), not double quotes ("). The following example shows a possible entry in IBM® FileNet® Process Designer for this argument:
{ "123", "auto", 
"{ 'one', 'two', 
'three' }", 
"medical" }