Skip to content

Commit

Permalink
[Wf-Diagnostics] fix tasklist name in workflow trigger from frontend …
Browse files Browse the repository at this point in the history
…api (#6327)
  • Loading branch information
sankari165 authored Oct 5, 2024
1 parent 5b92d52 commit 084949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/frontend/api/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 084949b

Please sign in to comment.