HTTP Example:POST /API/queryRuntimeAPI/canExecuteTask/{taskUUID}
options=…
| API Example: AbstractRemoteQueryRuntimeAPI.canExecuteTask({'taskUUID': , 'options': }); |
Returns true if the given task is READY and:
- if the task is assigned: if the assigned user is the logged user
- if the task is not assigned: if the logged user is in the candidates list - Output:
- java.lang.Boolean - true if the task can be executed
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|