nice-zebra-99977
12/06/2022, 5:53 PMhallowed-mouse-14616
12/06/2022, 6:54 PMnice-zebra-99977
12/06/2022, 6:56 PMnice-zebra-99977
12/06/2022, 6:56 PMthankful-minister-83577
nice-zebra-99977
12/06/2022, 8:40 PMnice-zebra-99977
12/06/2022, 8:40 PMthankful-minister-83577
hallowed-mouse-14616
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.hallowed-mouse-14616
12/07/2022, 5:03 PMnice-zebra-99977
12/07/2022, 6:12 PMhallowed-mouse-14616
12/07/2022, 6:56 PMnice-zebra-99977
12/07/2022, 6:56 PMnice-zebra-99977
12/07/2022, 6:57 PM