The dapper bookmark store is missing the filters for bookmarkIds, which is used by the Scheduler for cleanup.
Usage: https://github.com/elsa-workflows/elsa-core/blob/5179f225c3adb5ba9e028644681677bddbac9fab/src/modules/Elsa.Scheduling/Handlers/DeleteSchedules.cs#L23
Location where filter is missing:
|
private void ApplyFilter(ParameterizedQuery query, BookmarkFilter filter) |
The dapper bookmark store is missing the filters for bookmarkIds, which is used by the Scheduler for cleanup.
Usage: https://github.com/elsa-workflows/elsa-core/blob/5179f225c3adb5ba9e028644681677bddbac9fab/src/modules/Elsa.Scheduling/Handlers/DeleteSchedules.cs#L23
Location where filter is missing:
elsa-extensions/src/modules/persistence/Elsa.Persistence.Dapper/Modules/Runtime/Stores/DapperBookmarkStore.cs
Line 53 in 4c621f5