-
Notifications
You must be signed in to change notification settings - Fork 692
Prevent finished instances operations #36305
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
Prevent finished instances operations #36305
Conversation
a72f7a1
to
8e461b5
Compare
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.
Code looks good, there is just one issue about the runningInstancesCount (see comment).
operate/client/src/App/Processes/ListView/InstancesTable/Toolbar/index.tsx
Show resolved
Hide resolved
operate/client/src/App/Processes/ListView/InstancesTable/Toolbar/index.tsx
Outdated
Show resolved
Hide resolved
8e461b5
to
3099c4e
Compare
operate/client/src/App/Processes/ListView/InstancesTable/Toolbar/index.tsx
Show resolved
Hide resolved
3099c4e
to
d1a22f4
Compare
/backport |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-36305-to-stable/operate-8.5
git worktree add --checkout .worktree/backport-36305-to-stable/operate-8.5 backport-36305-to-stable/operate-8.5
cd .worktree/backport-36305-to-stable/operate-8.5
git reset --hard HEAD^
git cherry-pick -x 93c123c8d4a6e45c941f3fbcee5119c6fbadd077 95c73d5e03b9a3521bf7f0d8e02863e3e988a31b 6f054a5dafb19b76ed862a750a7f9b01eaa00395 39688f7c62c38948dc3a5b97ad87451d1cea2e76 d1a22f48e9c458807b888a7837cadbbe7ab30bbf
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-36305-to-stable/8.6
git worktree add --checkout .worktree/backport-36305-to-stable/8.6 backport-36305-to-stable/8.6
cd .worktree/backport-36305-to-stable/8.6
git reset --hard HEAD^
git cherry-pick -x 93c123c8d4a6e45c941f3fbcee5119c6fbadd077 95c73d5e03b9a3521bf7f0d8e02863e3e988a31b 6f054a5dafb19b76ed862a750a7f9b01eaa00395 39688f7c62c38948dc3a5b97ad87451d1cea2e76 d1a22f48e9c458807b888a7837cadbbe7ab30bbf
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-36305-to-stable/8.7
git worktree add --checkout .worktree/backport-36305-to-stable/8.7 backport-36305-to-stable/8.7
cd .worktree/backport-36305-to-stable/8.7
git reset --hard HEAD^
git cherry-pick -x 93c123c8d4a6e45c941f3fbcee5119c6fbadd077 95c73d5e03b9a3521bf7f0d8e02863e3e988a31b 6f054a5dafb19b76ed862a750a7f9b01eaa00395 39688f7c62c38948dc3a5b97ad87451d1cea2e76 d1a22f48e9c458807b888a7837cadbbe7ab30bbf
git push --force-with-lease |
## Description backport #36305 to 8.7 ## Checklist <!--- Please delete options that are not relevant. Boxes should be checked by reviewer. --> - [ ] Enable backports when necessary (fex. [for bug fixes](https://github.com/camunda/camunda/blob/main/CONTRIBUTING.md#backporting-changes) or [for CI changes](https://github.com/camunda/camunda/wiki/CI-&-Automation#when-to-backport-ci-changes)). ## Related issues backport for #36305
## Description backport #36305 to operate-8.5 ## Checklist <!--- Please delete options that are not relevant. Boxes should be checked by reviewer. --> - [ ] Enable backports when necessary (fex. [for bug fixes](https://github.com/camunda/camunda/blob/main/CONTRIBUTING.md#backporting-changes) or [for CI changes](https://github.com/camunda/camunda/wiki/CI-&-Automation#when-to-backport-ci-changes)). ## Related issues backport for #36305
## Description backport #36305 to 8.6 ## Checklist <!--- Please delete options that are not relevant. Boxes should be checked by reviewer. --> - [ ] Enable backports when necessary (fex. [for bug fixes](https://github.com/camunda/camunda/blob/main/CONTRIBUTING.md#backporting-changes) or [for CI changes](https://github.com/camunda/camunda/wiki/CI-&-Automation#when-to-backport-ci-changes)). ## Related issues backport for #36305
Description
Checklist
Related issues
closes #32971