From 7bd87a9fbdfc35622122cf745c09e995001f9d3e Mon Sep 17 00:00:00 2001 From: Paul Dittamo Date: Mon, 24 Jun 2024 10:33:07 -0700 Subject: [PATCH] update comment Signed-off-by: Paul Dittamo --- flytepropeller/pkg/controller/nodes/array/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytepropeller/pkg/controller/nodes/array/handler.go b/flytepropeller/pkg/controller/nodes/array/handler.go index 26086f6994..5b56c26b5a 100644 --- a/flytepropeller/pkg/controller/nodes/array/handler.go +++ b/flytepropeller/pkg/controller/nodes/array/handler.go @@ -711,7 +711,7 @@ func (a *arrayNodeHandler) buildArrayNodeContext(ctx context.Context, nCtx inter if err != nil { return nil, nil, nil, nil, nil, nil, err } - // set new parent info and re-initialize the sub-node's control flow to not share/update the parent's state + // set new parent info and re-initialize the sub-node's control flow to not share/update the parent wf state arrayExecutionContext := newArrayExecutionContext( executors.NewExecutionContext(nCtx.ExecutionContext(), nCtx.ExecutionContext(), nCtx.ExecutionContext(), newParentInfo, executors.InitializeControlFlow()), subNodeIndex)