Filter Camunda Decision Instances using Input values

Hi All, is there any way we can filter decision instances using the inputs that was passed. I am using Camunda 7.15.0-ee. There is no criteria for variables like we have while filtering process instances.


Thanks:
Satish

Hey @satish8784!
Great question - I tried it out as well and it does not seem to be able to query for decision input values right away.
Nevertheless, you could write yourself a plugin for Cockpit which makes exactly this possible. Make sure that you make use of the “new” plugin system though :wink:

P.s.: outdated example which might be worth taking a look at:

This is a search plugin for Tasklist made some time ago.

Hopefully this was helpful for you!
Best,
Thomas

1 Like