elsa-core/src/modules/Elsa.Workflows.Runtime/Features
Raymond den Haan 9c072566ce Add workflow execution log sink
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.
2024-07-04 15:47:34 +02:00
..
CachingWorkflowRuntimeFeature.cs Remove CachingBookmarkStore class and its references (#5354) 2024-05-08 20:07:44 +02:00
DefaultWorkflowRuntimeFeature.cs Remove WorkflowStateStore (#4374) 2023-08-30 15:42:16 +02:00
WorkflowRuntimeFeature.cs Add workflow execution log sink 2024-07-04 15:47:34 +02:00