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. |
||
|---|---|---|
| .. | ||
| component | ||
| integration | ||
| performance | ||
| unit | ||
| Directory.Build.props | ||