diff --git a/cmd/tcl/testworkflow-toolkit/commands/execute.go b/cmd/tcl/testworkflow-toolkit/commands/execute.go index e7f2787107..2079b69e20 100644 --- a/cmd/tcl/testworkflow-toolkit/commands/execute.go +++ b/cmd/tcl/testworkflow-toolkit/commands/execute.go @@ -180,7 +180,7 @@ func buildWorkflowExecution(workflow testworkflowsv1.StepExecuteWorkflow, async Type_: common.Ptr(testkube.API_TestWorkflowRunningContextInterfaceType), }, Actor: &testkube.TestWorkflowRunningContextActor{ - Name: workflow.Name, + Name: config.WorkflowName(), ExecutionId: config.ExecutionId(), ExecutionPath: strings.Join(parentIds, "/"), Type_: common.Ptr(testkube.TESTWORKFLOW_TestWorkflowRunningContextActorType),