Hey folks,
We’re developing a custom tasklist plugin, to add some more information to the list of tasks a user sees in the task list - basically we want to show a couple of process instance variables below the normal information.
Building a basic plugin wasn’t too bad, and we can show some test content at the tasklist.card
location (following the information at https://docs.camunda.org/manual/7.9/webapps/tasklist/tasklist-plugins/#plugin-points ) - but despite a fair bit of googling and reading code, I haven’t been able to work out how to show any variables.
Any hints here? It feels like this is something people would have done before - but while there are lots of cockpit plugin examples, there don’t seem to be many tasklist plugin examples apart from search plugins.