in server/middleware/grpc-client/format-response/format-history-event-details/format-activity-task-scheduled-event-attributes.js [51:58]
scheduleToStartTimeoutSeconds: formatDurationToSeconds(
scheduleToStartTimeout
),
startToCloseTimeoutSeconds: formatDurationToSeconds(startToCloseTimeout),
taskList: {
kind: formatEnum(taskList?.kind, 'TASK_LIST_KIND'),
name: taskList?.name || null,
},