HTTP Example:POST /API/queryRuntimeAPI/getProcessInstancesByProcessInstanceUUIDs
instanceUUIDs=…&options=…
| API Example: RESTRemoteQueryRuntimeAPI.getProcessInstances({'instanceUUIDs': , 'options': }); |
Returns all records of instances matching with the given ProcessInstanceUUID.
If one of the ProcessInstanceUUID is not found, nothing is added to the result.
An empty set is returned if no instance is found. - Output:
- java.util.Set<org.ow2.bonita.facade.runtime.ProcessInstance> - all records of instances matching with the given ProcessInstanceUUID.
- Form parameters:
- instanceUUIDs - the instance UUIDs.
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|