Dynamic Fanout
This examples shows how to dynamically fan out over a list of values.
The fan-out task will consume the output of the previous task and process the list of values in parallel. We are
printing to stdout to use the result output parameter, but generally you should use a named output parameter.
Dynamic fan-outs are useful for batch jobs and instances where clients do not know ahead of time how many tasks/entities they may need to process.