in server/middleware/grpc-client/format-response/format-history-event-details/format-workflow-execution-continued-as-new-event-attributes.js [53:58]
memo: formatPayloadMap(memo, 'fields'),
searchAttributes: formatPayloadMap(searchAttributes, 'indexedFields'),
taskList: {
kind: formatEnum(taskList?.kind, 'TASK_LIST_KIND'),
name: taskList?.name || null,
},