User Story (Required on creation):
In order to suspend/activate an entire process instance hierarchy at once, the IDs of those instances must be known. If I can filter by root process instance id, I can easily do that.
Functional Requirements (Required before implementation):
- There is a new filter on the process instance query rootProcessInstanceId that returns all instances with a root process instance id equal to the argument
Technical Requirements (Required before implementation):
- Java API, REST API, OpenAPI, Cockpit
Limitations of Scope (Optional):
Hints (Optional):
- Consider implementing it for the historic query as well to be consistent