From 084949bb259863ddf840ce14992bd7b3cdfedb3b Mon Sep 17 00:00:00 2001 From: sankari gopalakrishnan Date: Sat, 5 Oct 2024 14:52:53 +0200 Subject: [PATCH] [Wf-Diagnostics] fix tasklist name in workflow trigger from frontend api (#6327) --- service/frontend/api/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/frontend/api/handler.go b/service/frontend/api/handler.go index e817603330e..6003ddc76ac 100644 --- a/service/frontend/api/handler.go +++ b/service/frontend/api/handler.go @@ -239,7 +239,7 @@ func (wh *WorkflowHandler) DiagnoseWorkflowExecution(ctx context.Context, reques Name: "diagnostics-starter-workflow", }, TaskList: &types.TaskList{ - Name: "wf-diagnostics", + Name: "diagnostics-wf-tasklist", }, Input: inputInBytes, ExecutionStartToCloseTimeoutSeconds: common.Int32Ptr(86400), // 24 hours