setCasePropertyValues 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 4 times since its publication
Sets the values for the specified properties in a case.
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.

casePropertyNames String[] The list of case properties to update.
casePropertyValues String[] The list of property values. The list length must have the same length as casePropertyNames.