build: integrate workflow engine repository
Dependency Audit / dependency-audit (push) Successful in 2m26s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 10m0s

This commit is contained in:
2026-07-31 16:59:08 +02:00
parent 186aa104ce
commit efd734fad2
12 changed files with 55 additions and 8 deletions
+7 -1
View File
@@ -58,7 +58,13 @@ from govoplan_datasources.backend.db.models import (
def main() -> int:
registry = build_platform_registry(
("connectors", "datasources", "dataflow", "workflow")
(
"connectors",
"datasources",
"dataflow",
"workflow_engine",
"workflow",
)
)
registry.configure_capability_context(
ModuleContext(registry=registry, settings=object())