HTTP Example:POST /API/runtimeAPI/unassignTask/{taskUUID}
options=…
| API Example: AbstractRemoteRuntimeAPI.unassignTask({'taskUUID': , 'options': }); |
If this task had a userId set, set it to null. If a set of candidates was already set,
this method doesn't update it. - Output:
- void
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|