Add custom menu entry

Hi!

Is it possible to add an entry to the app’s menu? I’d like something as this:

I’d like to redirect to an URL in a blank page when the user clicked on the new option.

Thanks in advance,

Hi @felipRR,

May be better to add it as a plugin instead. But first you should decide which of the available plugin points is suitable for you.

https://docs.camunda.org/manual/latest/webapps/tasklist/tasklist-plugins/#plugin-points

I think for your use case, “tasklist.navbar.action” plugin point is the most suitable point.

Hi!

Many thanks, I’ll have a deeper look to the documentation when I have a chance, but I think it’s what I needed!

Cheers,