getCasePropertyValues operation

Returns a list of the property values of a specified case. This operation is a prerequisite for the createCase operations.

Tip: You can use the values that are returned by this operation to set values for a new case. If the new case is not of the same case type as you specify for the getCasePropertyValues operation, the property names and values might not match. IBM® Business Automation Workflow can match values only for case properties that are shared between the two case types. Values for case properties that are not shared are blank in the new 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.

customPropertyNames String[] Use the return value from the getCasePropertyNames operation.
return_value String[] The CasePropertyValues value is an array of strings, containing the property values of the requested properties. This return value is used by the createCase operations.