HTTP Example:POST /API/queryRuntimeAPI/getLightTaskInstancesFromRoot
rootInstanceUUIDs=…&options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getLightTaskInstancesFromRoot({'rootInstanceUUIDs': , 'options': }); |
Gets for each process instance UUID the list of light task instances which belong to a process instance according to its UUID. - Output:
- java.util.Map<org.ow2.bonita.facade.uuid.ProcessInstanceUUID,java.util.List<org.ow2.bonita.light.LightTaskInstance>> -
- 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
|