Search Processes Instances on Processes Dashboard

I need to search process instances using variables, I would like to do a OR query. This option doesn’t seem to be available in version 7.15, it searches using AND by default. Can someone please let me know about it?

@bindu there is no option in webapp however it can be achieved with below approach

  • Write a custom stored proc in the backend
  • Build a custom cockpit plugin to pull the data from stored proc via server side

You can refer below link on custom cockpit plugin

Hope it helps!

1 Like