in server/middleware/grpc-client/format-response/format-response-describe-workflow.js [41:49]
executionStartToCloseTimeoutSeconds: formatDurationToSeconds(
executionStartToCloseTimeout
),
taskList: {
kind: taskList?.kind
? formatEnum(taskList?.kind, 'TASK_LIST_KIND')
: null,
name: taskList?.name || null,
},