HTTP Example:POST /API/queryRuntimeAPI/getProcessInstanceVariables/{instanceUUID}
options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getProcessInstanceVariables({'instanceUUID': , 'options': }); |
Obtains the process variables for the given process instance UUID.
An empty map is returned if no process variable is found. - Output:
- java.util.Map<java.lang.String,java.lang.Object> - the map of process variables where key is the variable id and value is the variable object.
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|