{
"success": true,
"process": {
"id": "proc_64f8a1b2c3d4e5f6g7h8i9j0",
"status": "completed",
"flowId": "64f8a1b2c3d4e5f6g7h8i9j0",
"flowName": "Traductor Inteligente",
"startedAt": "2024-01-15T10:30:00Z",
"completedAt": "2024-01-15T10:30:45Z",
"duration": 45,
"progress": 100,
"results": [
{
"nodeId": "extension-input",
"state": "success",
"output": "Texto procesado: La inteligencia artificial...",
"timestamp": "2024-01-15T10:30:05Z"
},
{
"nodeId": "translator-llm",
"state": "success",
"output": "Traducción completada: Artificial intelligence...",
"timestamp": "2024-01-15T10:30:45Z"
}
],
"extensionData": {
"selectedText": "La inteligencia artificial está revolucionando...",
"pageUrl": "https://tecnologia.com/articulos/ia-2024",
"pageTitle": "Los Avances de la IA en 2024",
"domain": "tecnologia.com"
}
}
}