From 233a771e363f70799666a5b3e1efcf15490b81cf Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 11 Jun 2026 09:44:20 -0300 Subject: [PATCH] SIENTIAPDE-1646 SIENTIAPDE-1646 Update RUNTIME_WORKFLOWS in TemporalManager to include 'drift' and 'simple_metrics', expanding workflow capabilities and enhancing orchestration functionality. --- orchestrator/activities/temporal_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/activities/temporal_manager.py b/orchestrator/activities/temporal_manager.py index 70a45d7..fe5d873 100644 --- a/orchestrator/activities/temporal_manager.py +++ b/orchestrator/activities/temporal_manager.py @@ -25,7 +25,7 @@ with workflow.unsafe.imports_passed_through(): from orchestrator.utils.converters import parse_frequency -RUNTIME_WORKFLOWS = ['predictions_batch', 'minimal_retrain'] +RUNTIME_WORKFLOWS = ['predictions_batch', 'minimal_retrain', 'drift', 'simple_metrics'] class TemporalManager(SientiaMonitoring): """