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.13k stars 1.56k forks source link

I can filter process instances by root process instance id #2582

Open ThorbenLindhauer opened 3 years ago

ThorbenLindhauer commented 3 years ago

This issue was imported from JIRA:

Field Value
JIRA Link CAM-13424
Reporter @ThorbenLindhauer
Has restricted visibility comments true

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):

Technical Requirements (Required before implementation):

Limitations of Scope (Optional):

Hints (Optional):

Links:

prakashpalanisamy commented 3 days ago

@ThorbenLindhauer I would like to pick this issue up. Please let me know if that okay with you. Thanks!!

joaquinfelici commented 1 day ago

Hello @prakashpalanisamy ,

Thanks for your interest in contributing. Indeed, you can go ahead and work on this, and open a pull request when you think it's ready.

Something very similar was done for the historic task instance query api, you can take inspiration from it.

Some pointers and useful links:

Thanks again!

prakashpalanisamy commented 17 hours ago

@joaquinfelici Thank you for all the pointers that you have provided and giving me a go ahead to take this issue up. Ill take some time to go over the links and get back if there are any questions. Thank you!! :)