-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Backport stable/8.2] Support ProcessInstanceBatch records #747
Conversation
Adds the new ProcessInstanceBatch ValueType to the RecordLogger. There is no assertions over this record and no relevant context for users in it. Because of this we can leave the logging empty. (cherry picked from commit e2ea71f)
Implements the new whileEqualPrefix with startAtKey method. This was introduces in Zeebe for terminating child instances in batches. (cherry picked from commit bb98534)
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.
bors merge
Build failed: |
Note to self: fix this after Zeebe patch release is made. Otherwise I cannot get the correct Zeebe version. |
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.
bors merge
Build succeeded: |
Description
Backport of #746 to
stable/8.2
.relates to #745