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!