How does one query for process instances that don’t have a particular variable set.
From what I can read here and here the api doesn’t provide such a criteria - and the semantics of (equals null) doesn’t include it. (It is annoying when a high-level query API gives you low-level problems to deal with).
I need to query for process instances where a variable has a particular value OR that were started before the particular variable existed.
So, what is the work-around? Any suggestions?
(Does this same problem exist in 8?)