HTTP Example:POST /API/runtimeAPI/assignTask/{taskUUID}
options=…
| API Example: AbstractRemoteRuntimeAPI.assignTask({'taskUUID': , 'options': }); |
Launches the execution of both RoleResolver and Filters for the given task.
If a RoleResolver has been defined within the participant referenced by the performer of the task,
it is executed.
If Filters have been defined within the activity of the task they are also executed. - Output:
- void
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|