= htmlspecialchars($pipeline['description']) ?>
| # | Schritt | Status | Konfiguration | Aktion |
|---|---|---|---|---|
| = $step['sort_order'] ?> |
= $stepTypes[$step['step_type']]['label'] ?? $step['step_type'] ?>
= $stepTypes[$step['step_type']]['description'] ?? '' ?> |
= $step['enabled'] ? 'Aktiv' : 'Inaktiv' ?> |
= htmlspecialchars(json_encode($step['config'], JSON_PRETTY_PRINT)) ?>
-
|
| ID | Status | Gestartet | Beendet | Dokumente | Chunks |
|---|---|---|---|---|---|
| #= $run['id'] ?> | = $run['status'] ?> | = $run['started_at'] ?? '-' ?> | = $run['completed_at'] ?? '-' ?> | = $run['documents_processed'] ?? 0 ?>/= $run['documents_total'] ?? 0 ?> 0): ?> (= $run['documents_failed'] ?> Fehler) | = $run['chunks_created'] ?? 0 ?> |
Noch keine Runs vorhanden.