Query for tasks without a specific process variable

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

Hi @burki,

you are right. This is not supported via the Java API at the moment. Feel free to raise a pull request on GitHub. https://github.com/camunda/camunda-bpm-platform

Cheers,
Miklas