Hi
I would like to create a task query from the Java API to create a filter that selects all tasks that
- do NOT have a specific value in a certain process variable
OR - do NOT have the process variable at all
The first part is easy, the second part seems to be not yet possible according to https://app.camunda.com/jira/browse/CAM-9312
Are there any alternative ways to reach my goal?
Thanks for any hints