Louis DiNatale
12/06/2022, 5:53 PMDan Rammer (hamersaw)
12/06/2022, 6:54 PMLouis DiNatale
12/06/2022, 6:56 PMYee
Louis DiNatale
12/06/2022, 8:40 PMYee
Dan Rammer (hamersaw)
12/07/2022, 5:00 PMn0
) that generates a number of subtasks (ex. n0-0
, n0-1
, and n0-2
). If when executing the dynamic task subtasks n0-0
and n0-1
succeed but n0-2
fail then the top level dynamic task (ie. n0
) fails. This is then retried, which causes all of the subtasks to be executed again (even those that previously succeeded), hence multiple attempts for each subtask. Does this sound correct?
I think it would make sense to not retry the top-level dynamic task after the subtask workflow closure has been generated. If one of the subtasks fail, then the dynamic task should fail. Is this what you would expect? I know this is an abstraction that we use in map tasks.Louis DiNatale
12/07/2022, 6:12 PMDan Rammer (hamersaw)
12/07/2022, 6:56 PMLouis DiNatale
12/07/2022, 6:56 PM