new GetParameterValueRequest(processId, parameterName)
Object GetParameterValueRequest
Usage:
RestApiService.getProcessManagementService().getParameterValue(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
processId |
string | ID of the process instance. This can be obtained using the listProcessInstances, queryProcessInstances, or queryProcessInstancesAlt function. |
parameterName |
string | Name of the parameter whose value is to be retrieved. This can be obtained using the listProcessInstanceAttributes function. |
- Since:
- 4.0.0