camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.03k stars 1.53k forks source link

Query historic task instances by root process instance id #4314

Closed joaquinfelici closed 2 months ago

joaquinfelici commented 2 months ago

User Story (Required on creation)

As a developer, I want to be able to retrieve all historic task instances executed by a given root process instance with a single API call.

Functional Requirements (Required before implementation)

Calling the API in question with a given root process instance id as parameter should return all task instances whose execution was triggered by the given root process instance.

Technical Requirements (Required before implementation)

Limitations of Scope

Only applies to the back-end scope, including both the Java API and the Rest API.

Hints

Links

Breakdown

### Pull Requests
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/4317

Dev2QA handover