elsa-core/test/unit/Elsa.Workflows.Runtime.UnitTests
Avinesh Singh 60767c4724
Isolate background workflow dispatches from caller's cancellation token (#7291)
* Isolate background workflow dispatches from caller's cancellation token

When dispatching multiple child workflows, early child completions cancel the parent activity's token while dispatches are still in progress. This creates a race condition where remaining dispatches fail with OperationCanceledException.

* Make BackgroundWorkflowDispatcher & BackgroundStimulusDispatcher caller Cts-independent
2026-04-14 10:55:38 +02:00
..
Comparers Refactor WorkflowTriggerEqualityComparerTests: streamline trigger creation with helper methods and extract serializer options to static fields for clarity. 2026-02-24 15:11:13 +01:00
Extensions Adds activity execution call stack support (#7271) 2026-02-24 15:23:59 +01:00
Services Isolate background workflow dispatches from caller's cancellation token (#7291) 2026-04-14 10:55:38 +02:00
Elsa.Workflows.Runtime.UnitTests.csproj Adds activity execution call stack support (#7271) 2026-02-24 15:23:59 +01:00