I am using Camunda 8.6, self-managed, deployed via docker-compose.
How can I programmatically get access to the user a task is currently assigned to?
My goal is to be able to assign a task to myself on the Tasklist, and then when subsequent user tasks show up, the task is assigned to me. In other words, I want that initial assignment to persist across multiple user tasks.