in server/middleware/grpc-client/format-response/format-response-workflow-list.js [41:53]
closeTime: formatTimestampToDatetime(closeTime),
execution: workflowExecution,
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,
}