Summary
The user is looking for clarification on creating a workflow in pyflyte that processes a list of integers using DoubleTask
and SumTask
. They are facing issues with passing the list and find that adding default values does not resolve the problem. The user believes a map task would be more suitable since the workflow function is only utilized once at compile time, resulting in a static structure that cannot run the double task multiple times for varying inputs.