When a task is assigned to either candidate user/candidate groups, is that mandatory for the user to claim that task in order to complete task?
In tasklist yes - through pure API, no.
1 Like
@Niall, thanks for your reply. In what scenario we have to use claim task in order to complete any user task? Assume that I was always using REST API to complete the user task
There’s no requirement, it would be up to you to enforce it on the front end.
A task can be completed via the REST api without being claimed.
1 Like
This is what i needed. Thanks @Niall