HTTP Example:POST /API/queryRuntimeAPI/getLightActivityInstancesFromRootByState/{state}
rootInstanceUUIDs=…&options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getLightActivityInstancesFromRoot({'state': , 'rootInstanceUUIDs': , 'options': }); |
Gets for each process instance UUID, the list of light activity instances which belong to a process instance according to its UUID having the given state. - Output:
- java.util.Map<org.ow2.bonita.facade.uuid.ProcessInstanceUUID,java.util.List<org.ow2.bonita.light.LightActivityInstance>> -
- Form parameters:
- rootInstanceUUIDs - the process instance UUIDs
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|