SIENTIAPDE-1445

Update GITHUB_BRANCH to feature/SIENTIAPDE-1445 and enhance formatters with a new registry for workflow types, improving configuration management. Refactor process_schedules to utilize the new registry and add error handling for unsupported workflow types. Update tests to validate new functionality and ensure proper integration.
This commit is contained in:
vitor-aignosi
2025-12-18 10:55:29 -03:00
parent 446da4f897
commit c98469efd2
5 changed files with 323 additions and 112 deletions

View File

@@ -151,7 +151,7 @@ env:
- name: GITHUB_REPO_URL
value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git"
- name: GITHUB_BRANCH
value: "feature/SIENTIAPDE-1273"
value: "feature/SIENTIAPDE-1445"
- name: PYTHON_APP
value: "orchestrator.worker.worker"