Add users to camunda

Hello everyone. I made a process in camunda and i use docker compose file to run camunda. I want to add some users and see them in tasklist to assign them task as admin but i can’t find any way to do that.

Hi @amir0082, welcome to the forums! What version of Camunda? Did you enable Identity?

i use camunda 8.6 and i enable identity. Now i can make user and set user’s role and access in keycloak but the thing that i want is that have user admin in tasklist that this admin user can make a task, assign task to other users and unassign from them. I see just assign to me and unassign buttons in tasklist and can’t assign task to other users. Like camunda 7 admin page that we can make task in it’s tasklist and assign it to a user.

@amir0082 - Tasklist in C8 does not currently have that functionality in the UI. It is on the roadmap, but we don’t have an ETA for it.

You can reassign tasks using the API:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.