in server/middleware/grpc-client/format-response/format-response-workflow-list.js [43:53]
executionTime: formatTimestampToDatetime(executionTime),
historyLength: historyLength === '' ? parseInt(historyLength) : null,
isCron: isCron || null,
parentDomainId: parentExecutionInfo?.domainId || null,
parentExecution: parentExecutionInfo?.workflowExecution || null,
startTime: formatTimestampToDatetime(startTime),
taskList: taskList
? {
kind: formatEnum(taskList?.kind, 'TASK_LIST_KIND'),
name: taskList?.name || null,
}