Trevor Kramer
05/07/2021, 12:39 AMKevin Kho
Kevin Kho
Trevor Kramer
05/07/2021, 12:45 AMKevin Kho
Kevin Kho
Trevor Kramer
05/07/2021, 12:56 AMTrevor Kramer
05/07/2021, 12:56 AMKevin Kho
flow.result = PrefectResult()
is applied to all tasks as a place to write results, but I think it gets overwritten with each task. If there is a mapped task, I think only one value is saved at a time. When you try to retry from failure, there is only one thing to pull at most for the mapped task (assuming the parameter came from the preceding task).Kevin Kho
Trevor Kramer
05/07/2021, 2:25 AMFlow('pipeline', result=PrefectResult())
then it works as expected.Kevin Kho