Daniel Komisar
12/22/2022, 2:39 PMapply_map
and what I'd really like to do is have each of those be the body of a loop. It looks like you can only loop one single task though. Am I missing something? Thanks!James Sopkin
12/22/2022, 10:22 PMwith Flow("apply-map example") as flow:
for f in [creation_task, creation_task2]:
result = apply_map(f, range(4))