in server/middleware/grpc-client/format-response/format-history-event-details/format-start-child-workflow-execution-initiated-event-attributes.js [52:61]
header: formatPayloadMap(header, 'fields'),
input: formatPayload(input),
memo: formatPayloadMap(memo, 'fields'),
parentClosePolicy: formatEnum(parentClosePolicy, 'PARENT_CLOSE_POLICY'),
retryPolicy: formatRetryPolicy(retryPolicy),
searchAttributes: formatPayloadMap(searchAttributes, 'indexedFields'),
taskList: {
kind: formatEnum(taskList?.kind, 'TASK_LIST_KIND'),
name: taskList?.name || null,
},