From 6595a50561baf53a0d9254b63f692cd41336e5ce Mon Sep 17 00:00:00 2001 From: bsiggel Date: Tue, 31 Mar 2026 07:10:47 +0000 Subject: [PATCH] fix: add missing enqueues key to ragflow_parsing_status_cron_step config --- src/steps/crm/akte/ragflow_parsing_status_cron_step.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/steps/crm/akte/ragflow_parsing_status_cron_step.py b/src/steps/crm/akte/ragflow_parsing_status_cron_step.py index 8d18bc2..5338a63 100644 --- a/src/steps/crm/akte/ragflow_parsing_status_cron_step.py +++ b/src/steps/crm/akte/ragflow_parsing_status_cron_step.py @@ -20,6 +20,7 @@ config = { "description": "Polls RAGflow parsing status for uploaded documents and syncs back to EspoCRM", "flows": ["akte-sync"], "triggers": [cron("0 */1 * * * *")], # jede Minute + "enqueues": [], } # RAGflow run → EspoCRM aiParsingStatus