Remove the current assignee from the task.
The user is checked to ensure that it matches the current assignee. This function does not check whether or not a task is unclaimable.
Parameters
Name | Type | Description |
---|---|---|
processDefinitionKeyIn | List<String>, optional | Only release the task if it has a process definition key included in the supplied list. Used by templates to help prevent users bypassing template limitations by manually editing URLs etc. |
taskId | String, required | The ID of the task to be released |
userId | String, required | The name of the user releasing the task |
proxyUserId | String, optional | Name of the logged in user if assisting another user via the Assited Service template (userId holds the name of the user being proxied) |
Last modified on October 29, 2021