Workflows Totaux
{{ stats.totalWorkflows }}
Workflows Actifs
{{ stats.activeWorkflows }}
Exécutions (24h)
{{ stats.executions24h }}
Erreurs (24h)
{{ stats.errors24h }}
Workflows
Chargement...
Aucun workflow trouvé
{{ workflow.name }}
Actif Inactif
🆔 {{ workflow.id }}
📅 Modifié: {{ formatDate(workflow.updatedAt) }}
🏷️ {{ workflow.tags.join(', ') }}
Exécutions Récentes
Chargement...
Aucune exécution trouvée
| Workflow | Statut | Début | Fin | Durée | Actions |
|---|---|---|---|---|---|
|
{{ getWorkflowName(execution.workflowId) }}
ID Execution: {{ execution.id }}
|
✓ Succès ✗ Erreur ⏱️ En attente ⏳ En cours | {{ formatDateTime(execution.startedAt) }} | {{ execution.stoppedAt ? formatDateTime(execution.stoppedAt) : '-' }} | {{ calculateDuration(execution.startedAt, execution.stoppedAt) }} |