This function allows a candidate user to claim a task.
The workflow interface and the site templates make use of this function.
Parameters
Name | Type | Description |
---|---|---|
processDefinitionKeyIn | List<String> | Only claim 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 | Task ID to claim |
userId | String | Name of the user who is claiming the task |
proxyUserId | String | Name of the logged in user if assisting another user via the Assited Service template (userId holds the name of the user being proxied) |
taskId and userId are both required |
Last modified on October 29, 2021