-
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
fix(engine): allow querying for hist pis by async activities #4769
Conversation
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.
👍 Looks good to me.
Your changes to the unit tests have made them much simpler and easier to read. I learned a lot from reviewing them about writing clearer tests.
</foreach> | ||
) | ||
<if test="query.activityIds != null && query.activityIds.length > 0"> | ||
${queryType} (EXE.IS_EVENT_SCOPE_ = ${falseConstant} |
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.
Cool!
Successfully created backport PR for
|
/backport |
Git push to origin failed for 7.22 with exitcode 1 |
related to camunda/camunda-bpm-platform#4769 (cherry picked from commit 892f86c)
…#1705) related to camunda/camunda-bpm-platform#4769 (cherry picked from commit 892f86c) Co-authored-by: tasso94 <[email protected]>
related to #4757