Executes the given task. It is equivalent to call startFinish and then finishTask.
Only one things differs: start and finish are executed in the same transaction.
Path parameters:
taskUUID - the activity instance UUID
assignTask - true to assign the task to the logged user; false to don't assign the task.
POST /API/runtimeAPI/executeTask/{taskUUID}/{assignTask}
options=…
API Example:
AbstractRemoteRuntimeAPI.executeTask({'taskUUID': /* taskUUID the activity instance UUID */, 'assignTask': /* assignTask true to assign the task to the logged user; false to don't assign the task. */, 'options': /* options the options map (domain, queyList, user) */});
Executes the given task. It is equivalent to call startFinish and then finishTask.
Only one things differs: start and finish are executed in the same transaction.
Output:
void
Form parameters:
options - the options map (domain, queyList, user)