// If tqName is normal task queue name.
Name: ms.executionInfo.TaskQueue,
Kind: enumspb.TASK_QUEUE_KIND_NORMAL,
}
if ms.executionInfo.WorkflowTaskType == enumsspb.WORKFLOW_TASK_TYPE_SPECULATIVE {
// Speculative WFT has ScheduleToStartTimeout even on normal task queue.
// See comment in GenerateScheduleSpeculativeWorkflowTaskTasks for details.