Camunda Tasklist - how to perform delegation of a User Task

Hi,

I am wondering how to perform a delegation of a user task in Camunda Task list.

Thanks!

Ingo

Hi Ingo,

delegate/resolve is not implemented in the Camunda tasklist.

As it’s offerd by the API, you can implement a Tasklist plugin (https://docs.camunda.org/manual/7.9/webapps/tasklist/tasklist-plugins/) by yourself.

Hope this helps, Ingo

1 Like

Thanks Ingo, that was the information I was looking for.

greetings, Ingo

An example is available on GitHub: https://github.com/camunda-consulting/code/tree/master/snippets/tasklist-plugin-delegation

1 Like