Hi
I created a plugin for displaying a list of task.
I’ve used tasklist plugin with button on nav location. When click on the button, my expectation is opening a modal page.
Does camunda support do that?
Thanks
Hi
I created a plugin for displaying a list of task.
I’ve used tasklist plugin with button on nav location. When click on the button, my expectation is opening a modal page.
Does camunda support do that?
Thanks
Hi @Jony,
Yes you can do it. In fact, here’s an example of tasklist plugin that opens a modal: https://github.com/camunda/camunda-bpm-webapp/tree/master/ui/tasklist/plugins/standaloneTask/app
If you are having trouble achieving that, you can share a code snippet and I could help you with it.