HTTP Example:POST /API/queryRuntimeAPI/getTaskCandidates
taskUUIDs=…&options=…
| API Example: AbstractRemoteQueryRuntimeAPI.getTaskCandidates({'taskUUIDs': , 'options': }); |
Returns the candidates of the tasks with the given task UUID. - Output:
- java.util.Map<org.ow2.bonita.facade.uuid.ActivityInstanceUUID,java.util.Set<java.lang.String>> - the candidates of the tasks with the given task UUID.
- Form parameters:
- taskUUIDs
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|