-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can filter process instances by root process instance id #2582
Comments
@ThorbenLindhauer I would like to pick this issue up. Please let me know if that okay with you. Thanks!! |
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! |
@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!! :) |
@joaquinfelici I have raised a PR for this Git Issue #4925 . Can you please take a look and provide your feedback when you get time? Thanks!! |
Hey @prakashpalanisamy , thanks! I left a couple of comments in the PR, will continue the review after the CI is finished. |
This issue was imported from JIRA:
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):
rootProcessInstanceId
that returns all instances with a root process instance id equal to the argumentTechnical Requirements (Required before implementation):
Limitations of Scope (Optional):
Hints (Optional):
Links:
Pull Requests
The text was updated successfully, but these errors were encountered: