Process Flow - Mapped tasks for parallel processing
Define base task
Create list of inputs
Map base task over inputs
Run tasks in parallel
Collect results
Complete DAG
This flow shows how a single task is defined and then mapped over multiple inputs to run many tasks in parallel, speeding up processing.