HTTP Example:POST /API/queryRuntimeAPI/getVariables/{activityUUID}
options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getVariables({'activityUUID': , 'options': }); |
Obtains the activity variables (including global process and local activity variables)
for the given activity UUID.
An empty map is returned if no variable is found. - Output:
- java.util.Map<java.lang.String,java.lang.Object> - the map of activity 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
|