elsa-core/test/unit/Elsa.Workflows.Runtime.UnitTests/Services
Sipke Schoorstra d09a1b7cb4
Add workflow dispatch transactional outbox (#7517)
* Add workflow dispatch transactional outbox

* Address workflow dispatch outbox review

* Make outbox state lookup null-safe

* Generate stable outbox dispatch instance ids

* Limit eager outbox processing to marked commits

* Avoid blocking eager outbox processing on lock contention

* Expire uncommitted outbox items after retention

* Harden eager workflow outbox processing

* Prune delivered workflow outbox markers

* Batch workflow dispatch outbox processing

* Bound workflow dispatch outbox processing batches

* Harden workflow dispatch outbox processing

* Address transactional outbox review feedback

* Address transactional outbox follow-up review

* Address outbox recovery review feedback

* Address outbox key-value review fixes

* Address outbox cleanup review feedback

* Address workflow outbox review feedback

* Address outbox key-value review feedback

* Preserve outbox key-value tenant ids

* Address workflow outbox marker cleanup review

* Ensure key value store factory registrations override

* Address workflow outbox review follow-ups
2026-05-22 00:13:16 +02:00
..
BackgroundStimulusDispatcherTests.cs Isolate background workflow dispatches from caller's cancellation token (#7291) 2026-04-14 10:55:38 +02:00
BackgroundWorkflowCancellationDispatcherTests.cs Isolate background workflow dispatches from caller's cancellation token (#7291) 2026-04-14 10:55:38 +02:00
BackgroundWorkflowDispatcherTests.cs Isolate background workflow dispatches from caller's cancellation token (#7291) 2026-04-14 10:55:38 +02:00
BookmarkQueueDeadLetterTests.cs Add bookmark queue dead-letter store (#7516) 2026-05-21 23:43:36 +02:00
DefaultActivityExecutionMapperTests.cs Adds activity execution call stack support (#7271) 2026-02-24 15:23:59 +01:00
DefaultRegistriesPopulatorTests.cs Add Notification Dispatch When Workflow Definitions Are Reloaded (#7293) 2026-02-16 11:14:10 +01:00
DefaultWorkflowDefinitionStorePopulatorTests.cs Merge branch 'fix/trigger-indexing-idempotency' 2026-02-24 15:30:54 +01:00
KeyValueFeatureTests.cs Add workflow dispatch transactional outbox (#7517) 2026-05-22 00:13:16 +02:00
KeyValueWorkflowDispatchOutboxStoreTests.cs Add workflow dispatch transactional outbox (#7517) 2026-05-22 00:13:16 +02:00
LocalWorkflowClientTests.cs Improves workflow materializer handling (#7195) 2026-01-19 08:59:12 +01:00
RestartInterruptedWorkflowsTaskTests.cs Fix tenant scope for interrupted workflow restarts (#7389) 2026-04-15 14:11:26 +02:00
WorkflowDispatchOutboxProcessorTests.cs Add workflow dispatch transactional outbox (#7517) 2026-05-22 00:13:16 +02:00