HTTP Example:POST /API/queryRuntimeAPI/getActivityInstanceVariable/{activityUUID}
variableId=…&options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getActivityInstanceVariable({'activityUUID': , 'variableId': , 'options': }); |
Obtains a variable defined as local to the activity for the given activity UUID and variable name.
The activity should either be executed or currently pointed by the a process execution.
- 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
|