-
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
Track process instances started by a restart batch operation #4201
Comments
startedByBatch
filter criteria for Process instancesstartedByBatch
filter criteria for historic process instances
startedByBatch
filter criteria for historic process instances
Hi @yanavasileva , I am new here and would like to take this up. |
Hi @adisin17, Thank you for your interest. Let me know if you need any support to make a contribution. Best, |
Context: This commit introduces restartedProcessInstanceId for historic process instances. Why: To be able to track the originating process instances in restart - batch operations. Db-Migration: The commit introduces - RESTARTED_PROC_INST_ID_ column in ACT_HI_PROCINST table - ACT_IDX_HI_PRO_RST_PRO_INST_ID index on the above Unit-tests: Adds a unit test for verified the population of the column for completed and restarted process instances Related-to - #4214 - #4201
Context: This commit introduces restartedProcessInstanceId for historic process instances. Why: To be able to track the originating process instances in restart - batch operations. Db-Migration: The commit introduces - RESTARTED_PROC_INST_ID_ column in ACT_HI_PROCINST table - ACT_IDX_HI_PRO_RST_PRO_INST_ID index on the above Unit-tests: Adds a unit test for verified the population of the column for completed and restarted process instances Related-to - camunda/camunda-bpm-platform#4214 - camunda/camunda-bpm-platform#4201 Backported commit 0509c7b114 from the camunda-bpm-platform repository. Original author: punitdarira <[email protected]>
Context: This commit introduces restartedProcessInstanceId for historic process instances. Why: To be able to track the originating process instances in restart - batch operations. Db-Migration: The commit introduces - RESTARTED_PROC_INST_ID_ column in ACT_HI_PROCINST table - ACT_IDX_HI_PRO_RST_PRO_INST_ID index on the above Unit-tests: Adds a unit test for verified the population of the column for completed and restarted process instances Related-to - camunda/camunda-bpm-platform#4214 - camunda/camunda-bpm-platform#4201 Backported commit 0509c7b114 from the camunda-bpm-platform repository. Original author: punitdarira <[email protected]>
User Story (Required on creation)
As an Operations Engineer, if a "restart batch" is executed accidentally for all "Finished" process instances. It is important to know on which process instances the batch was executed to be able to take counter actions like e.g. roll-back, ... .
Functional Requirements (Required before implementation)
User can find all process instances started by a restart batch by selecting a (deep link) button.
Technical Requirements (Required before implementation)
restartedProcessInstanceId
for historic process instances started by a batch pointing to the completed HPI that has been restartedrestartedByBatch(#batchId)
filter criteria for historic process instance queryLimitations of Scope
Hints
Links
processInstanceId
for execution jobs wheninvocationsPerBatchJob=1
#4205Breakdown
Tasks
restartedProcessInstanceId
for historic process instances #4214restartedByBatch(batchId)
filter criteria for historic process instance query #4212Dev2QA handover
The text was updated successfully, but these errors were encountered: