Expand description
Map operation — parallel collection processing.
Implement FR23-FR25: process items in parallel, batching configuration,
BatchResult
The map operation uses OperationType::Context on the wire with
sub_type “Map” for the outer block and “MapItem” for each item.
Each item gets its own child DurableContext with an isolated
operation ID namespace.