-
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
4214 restarted process instance #4420
4214 restarted process instance #4420
Conversation
Hey @punitdarira, thanks for contributing! Feel free to mark this PR as "Ready for review" when you are done with it and want someone from the team to review the changes. 👍 |
Hey @punitdarira, |
Hi @mboskamp, @psavidis, |
…tance response related to camunda#4214
|
Hello @punitdarira. I'd like to review your PR. In the meantime, would you like to fix those conflicts? To increase the visibility here, please see below: A.
|
.../src/main/resources/org/camunda/bpm/engine/db/create/activiti.cockroachdb.create.history.sql
Outdated
Show resolved
Hide resolved
engine/src/main/resources/org/camunda/bpm/engine/db/drop/activiti.cockroachdb.drop.history.sql
Outdated
Show resolved
Hide resolved
...ne/src/test/java/org/camunda/bpm/engine/test/api/runtime/RestartProcessInstanceSyncTest.java
Show resolved
Hide resolved
...main/templates/models/org/camunda/bpm/engine/rest/dto/history/HistoricProcessInstanceDto.ftl
Show resolved
Hide resolved
engine-rest/engine-rest-openapi/src/main/templates/paths/history/process-instance/get.ftl
Show resolved
Hide resolved
engine-rest/engine-rest-openapi/src/main/templates/paths/history/process-instance/post.ftl
Show resolved
Hide resolved
engine-rest/engine-rest-openapi/src/main/templates/paths/history/process-instance/{id}/get.ftl
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @punitdarira,
I went through the PR and tested your changes.
Could you consider deleting the files for CockRoachDB
? (see my comment)
Then i can proceed with testing it against our CI.
…iviti.cockroachdb.create.history.sql Related to camunda#4214
…iti.cockroachdb.drop.history.sql Related to camunda#4214
Hi @psavidis, |
Hi @punitdarira , I've used a draft PR to execute the code against the CI. Could you please add the new column and index to the migration scripts? You can see this commit which fixes the problem. PS: You can use the following maven command to test your changes by running the db migration test suite:
|
Hello @punitdarira , We are interested to include this work in the upcoming If not, that's not an issue, i will cherry pick it tomorrow from the draft PR that triggered the CI and proceed with merging your fork. Thanks, |
@psavidis , |
Thank you @punitdarira, I've added tests and currently waiting for the CI results. When done, i'll replicate the commit to your fork and then i'll proceed with the merging. Best, |
…ceId' into 4214-restartedProcessInstanceId
Related to #4214