Skip to content

Commit

Permalink
only writting subworkflow inputs once (flyteorg#464)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw authored Jul 30, 2022
1 parent 725789d commit 7a920e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (s *subworkflowHandler) CheckSubWorkflowStatus(ctx context.Context, nCtx ha

status := nCtx.NodeStatus()
nodeLookup := executors.NewNodeLookup(subWorkflow, status)
return s.startAndHandleSubWorkflow(ctx, nCtx, subWorkflow, nodeLookup)
return s.handleSubWorkflow(ctx, nCtx, subWorkflow, nodeLookup)
}

func (s *subworkflowHandler) HandleAbort(ctx context.Context, nCtx handler.NodeExecutionContext, reason string) error {
Expand Down

0 comments on commit 7a920e0

Please sign in to comment.