elsa-core/src
Avinesh Singh 8d7d1a9862
Fix BulkDispatchWorkflows sharing input dictionary across dispatches (#7284)
When using BulkDispatchWorkflows with the Input property set, all dispatched child workflows received the same dictionary reference. This caused the input to be mutated across iterations, resulting in all child workflows seeing the last item's value instead of their own distinct values.

The fix creates a copy of the base input dictionary for each dispatch iteration, ensuring each child workflow receives its own isolated input.
2026-04-15 14:20:44 +02:00
..
apps Code cleanup and typo fix (#7393) 2026-04-14 15:17:26 +02:00
clients/Elsa.Api.Client refactor | Added a new property to expose the ability to disable the sorting (#7360) 2026-04-15 14:15:31 +02:00
common Merge branch 'fix/trigger-indexing-idempotency' 2026-02-24 15:30:54 +01:00
extensions/Elsa.Testing.Extensions Fix ASP.NET integration test crashes by adding proper Elsa background task shutdown (#6686) 2025-05-24 23:25:37 +02:00
modules Fix BulkDispatchWorkflows sharing input dictionary across dispatches (#7284) 2026-04-15 14:20:44 +02:00
Directory.Build.props Code cleanup and typo fix (#7393) 2026-04-14 15:17:26 +02:00