From 4a672745c500fbfe6fe08db5b06cf2412a04928e Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 18 Dec 2025 11:29:33 -0300 Subject: [PATCH] SIENTIAPDE-1445 Add debug print statement in gather_read_tags function to log workflow type and read tags for better traceability. --- orchestrator/utils/orchestrator_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/orchestrator/utils/orchestrator_functions.py b/orchestrator/utils/orchestrator_functions.py index f2d39b8..395462f 100644 --- a/orchestrator/utils/orchestrator_functions.py +++ b/orchestrator/utils/orchestrator_functions.py @@ -405,6 +405,7 @@ def gather_read_tags(pipelines: list[dict[str, Any]]) -> dict[str, Any]: # Get all read tags from pipelines for pipeline in pipelines: + print("asdddddddddddddddddddddddddd", pipeline['workflow_type'], pipeline.get('read_tags', [])) if pipeline['workflow_type'] != 'scouter': continue