Hi Camunda Team,
is there a way to read all processes that are deployed but not started yet?
Currently we read the “deployedList” and the “activeinstances” and than we reduce the
“deployedList” accordingly but I wonder if there is a better way?
There is no single built-in query that lets you find process definitions for which there are no process instances. You could either write a custom SQL query or do a nested process instance count query for every process definition.