new SetAvailableProcessInstanceVariablesRequest(processId)
Object SetAvailableProcessInstanceVariablesRequest
Usage:
RestApiService.getProcessManagementService().setAvailableProcessInstanceVariables(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
processId |
string | ID of the halted process instance whose variables are to be set. Can be obtained from queryHaltedProcessInstances.
The specified process instance must be in a HALTED state for the request to be valid. An illegalStateFault is returned if the process instance is in any other state. |
- Since:
- 4.0.0
Members
names :Array.<string>
Query parameter: 'name' (Java type: List) Name of the process instance variable to be set.
Type:
- Array.<string>
- Since:
- 4.0.0
values :Array.<string>
Query parameter: 'value' (Java type: List) Value to set the process instance variable.
Type:
- Array.<string>
- Since:
- 4.0.0