* 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 |
||
|---|---|---|
| .. | ||
| BackgroundStimulusDispatcherTests.cs | ||
| BackgroundWorkflowCancellationDispatcherTests.cs | ||
| BackgroundWorkflowDispatcherTests.cs | ||
| DefaultActivityExecutionMapperTests.cs | ||
| DefaultRegistriesPopulatorTests.cs | ||
| DefaultWorkflowDefinitionStorePopulatorTests.cs | ||
| LocalWorkflowClientTests.cs | ||