I trying to filter the process instances using multiple variables , the below query works like OR condition, but I need an AND condition, can you someone suggest how we can achieve this using Java APIs ?
also will there be any performance issues if we use multiple variableValueLike in the same processinstance query like below?
I am using the like since I am using this call for search functionality where in the values may or may not be provided from the UI. and in cases if it is not provided I can use % …
thanks for the prompt response. but have you used multiple filters like this before ?