HTTP Example:POST /API/queryRuntimeAPI/getProcessInstanceVariable/{instanceUUID}
variableId=…&options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getProcessInstanceVariable({'instanceUUID': , 'variableId': , 'options': }); |
Obtains a process variable for the given process instance UUID and variable name. - Output:
- java.lang.Object - the variable object (can be: a plain {@link String}, a {@link Boolean}, a {@link Date},
a {@link Long} or a {@link Double}).
- Form parameters:
- variableId - the variable name.
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|