HTTP Example:POST /API/runtimeAPI/finishTask/{taskUUID}/{taskAssign}
options=…
| API Example: AbstractRemoteRuntimeAPI.finishTask({'taskAssign': , 'taskUUID': , 'options': }); |
Finishes the task. If successful, this operation changes task state from EXECUTING to FINISHED.
If the boolean assignTask is true the task is also assigned to the logged user
otherwise the assignment of the task is not affected by this operation. - Output:
- void
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|