HTTP Example:POST /API/queryRuntimeAPI/getUserInstances
options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getUserInstances({'options': }); |
Returns all instances started by the logged user - Output:
- java.util.Set<org.ow2.bonita.facade.runtime.ProcessInstance> - 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
|