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

Add sink for persisting workflows execution log records #5708

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

raymonddenhaan
Copy link
Contributor

@raymonddenhaan raymonddenhaan commented Jul 4, 2024

Introduced an interface IWorkflowExecutionLogSink for storing workflow execution log records and implemented it as StoreWorkflowExecutionLogSink. This centralizes and streamlines the handling of persisting execution logs into the workflow's runtime, thus making the process more modular and maintainable. The PersistWorkflowExecutionLogMiddleware has also been refactored to use this sink, replacing the direct usage of the workflow execution log store.


This change is Reviewable

Introduced an interface `IWorkflowExecutionLogSink` for storing workflow execution log records and implemented it as `StoreWorkflowExecutionLogSink`. This centralizes and streamlines the handling of persisting execution logs into the workflow's runtime, thus making the process more modular and maintainable. The `PersistWorkflowExecutionLogMiddleware` has also been refactored to use this sink, replacing the direct usage of the workflow execution log store.
@raymonddenhaan raymonddenhaan merged commit 703bd81 into patch/3.2.x Jul 5, 2024
6 checks passed
@raymonddenhaan raymonddenhaan deleted the enh/log_sink branch July 5, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants