OR conditions (IN operation) in flowable Rest-Api Query Post

Hi all,
Maybe a repeated question, but we have a general search frontend that will apply queries against the flowable rest API and requires to search multiple values in specific fields/variables. For example, if we have a process variable VAR1, we want to execute a POST/Query seraching for process instances where the value of VAR1 is A,B or C (VAR1 IN (A,B,C)).

Any way to do so? Or we will need to create custom native queries?

Many thanks!

1 Like

Any ideas on this? Or alternatives?

Many thanks!

Hi,

In the Java API we support or queries but we don’t support a variable IN query yet. We could add this to the query support, would you be willing to create a PR for this?

Best regards,

Tijs