HTTP Example:POST /API/runtimeAPI/assignTask/{taskUUID}/{actorId}
options=…
| API Example: AbstractRemoteRuntimeAPI.assignTask({'taskUUID': , 'actorId': , 'options': }); |
Forces to assign the given task to the given actor id. 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
|