Hello, everyone!
I’m trying to make a connection between a webapp and Camunda. This webapp only serves as a front-end so that users can input some data that would be otherwise entered on a form in Tasklist. I’m doing this instead of using Tasklist directly, because I’ve seen that any user can just reassign the task to themselves, and that would be a problem for some processes. What I want to achieve is that, once a task is assigned to a user, it can’t be unassigned and taken by another user. I’ve already searched the documentation and I haven’t found any mention of some functionality that would prevent useres from reassigning tasks in Tasklist.
Is it possible to achieve the desired behavior using only Tasklist?