HTTP Example:POST /API/runtimeAPI/startTask/{taskUUID}/{assignTask}
options=…
| API Example: AbstractRemoteRuntimeAPI.startTask({'taskUUID': , 'assignTask': , 'options': }); |
Starts the task. If successful, this operation changes task state from READY to EXECUTING.
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
|