Skip to content
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

feat(engine): Introduce operation log for sync message correlations #4014

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

mboskamp
Copy link
Member

Related to #3900

@mboskamp mboskamp added the ci:h2 Runs the builds for the H2 database. label Dec 20, 2023
@mboskamp mboskamp self-assigned this Dec 20, 2023
@mboskamp mboskamp force-pushed the 3900-sync-message-correlation-op-log branch 3 times, most recently from 13d739c to c121942 Compare December 21, 2023 09:03
if (variablesEnabled && execution != null) {

ProcessInstance processInstance = execution.getProcessInstance();
resultWithVariables.setProcessInstance(processInstance);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hint for the reviewer: This line is not directly associated with the feature but it is necessary to set the process instance for the message correlation, otherwise the operation log will not contain the process instance. I believe this was not implemented by mistake.

@mboskamp mboskamp marked this pull request as ready for review January 3, 2024 14:41
@mboskamp mboskamp requested a review from danielkelemen January 3, 2024 14:42
@mboskamp mboskamp force-pushed the 3900-sync-message-correlation-op-log branch 3 times, most recently from 066b4c0 to b4382df Compare January 10, 2024 14:38
Copy link
Member

@danielkelemen danielkelemen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Nice work! Left two suggestions.

@mboskamp mboskamp force-pushed the 3900-sync-message-correlation-op-log branch from b4382df to 5939769 Compare January 19, 2024 14:27
@mboskamp mboskamp merged commit a6793fd into master Jan 19, 2024
1 of 2 checks passed
@mboskamp mboskamp deleted the 3900-sync-message-correlation-op-log branch January 19, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:h2 Runs the builds for the H2 database.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants