in server/middleware/grpc-client/format-response/format-response-workflow-list.js [40:53]
closeStatus: formatEnum(closeStatus, 'WORKFLOW_EXECUTION_CLOSE_STATUS'),
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,
}