name: process-items
description: Process a list of 20 items in parallel using the simple-echo-task.

# Iterate over the 'item_list' defined in the workflow's iterable_objects
for_each: item_list # Directly target the key from workflow iterable_objects
  # We don't need to map outputs from previous sets for this test

tasks:
  - useTask: simple-echo-task
    # No specific context needed beyond the 'item' from for_each

outputs:
  - simple-echo-task # The output from the echo task