Open ThorbenLindhauer opened 3 years ago
@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:
ACT_RU_EXECUTION
and ACT_HI_PROCINST
(in case you also decide to tackle the historic api which is optional) already have column ROOT_PROC_INST_ID_
(more info about database schema here).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!! :)
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: