TaskList API: query unassigned tasks of running instances

Camunda 8 TaskList API topic.
Question Is there a way with TaskList API to query all unassigned tasks of all running process instances?

  • If I query with TaskState, for example with TaskState.CREATED. I get only the tasks that are already claimed, and therefore assigned.

  • For the case described, I use neither TaskState.COMPLETED nor TaskState.CANCELLED, they wont help me.

  • If I query without TaskState, so with null, I get all the tasks, even of finished processes, which is not required, I only need for running process instaces.

I did my research and found related issues, unfortunately not a concrete answer and there is a thread from August 22 that says, the feature is coming soon, any update?

Please point me in the right direction. Maybe I missed something.

Cheers !

I found a way to do it ! Just that it took me some time, maybe more examples could be very helpful in the documentation for Camunda 8 :slight_smile:

1 Like