-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix(inbound): fix saving already processed process definition keys #1883
Conversation
Successfully created backport PR for |
Successfully created backport PR for |
/backport |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/8.3
git worktree add -d .worktree/backport-1883-to-release/8.3 origin/release/8.3
cd .worktree/backport-1883-to-release/8.3
git switch --create backport-1883-to-release/8.3
git cherry-pick -x fb09ab5688bb30c1f065bfb9b971f294e6e8810f |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/8.4
git worktree add -d .worktree/backport-1883-to-release/8.4 origin/release/8.4
cd .worktree/backport-1883-to-release/8.4
git switch --create backport-1883-to-release/8.4
git cherry-pick -x fb09ab5688bb30c1f065bfb9b971f294e6e8810f |
Successfully created backport PR for |
Description
We changed the way we interact with Operate, so it won't throw OperateException anymore, so I made the exception catching generic.
Had to move where we add the process definition keys to the registeredProcessDefinitionKeys set, in order to avoid potential issue (see details in the ticket)
Related issues
closes #
#1881