HTTP Example:POST /API/queryRuntimeAPI/getLightUserInstances
options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getLightUserInstances({'options': }); |
Returns all instances started by the logged user - Output:
- java.util.Set<org.ow2.bonita.light.LightProcessInstance> - all instances started by the logged user
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|