refactor: retain workflow as optional editor

This commit is contained in:
2026-07-31 16:59:02 +02:00
parent 484ac43352
commit 8fd8753012
33 changed files with 450 additions and 11483 deletions
+2 -10
View File
@@ -1,11 +1,3 @@
from __future__ import annotations
"""Compatibility facade for the extracted Workflow Engine backend."""
from govoplan_core.core.runtime import ModuleRuntimeState
_runtime = ModuleRuntimeState("Workflow")
configure_runtime = _runtime.configure_runtime
get_registry = _runtime.get_registry
get_settings = _runtime.get_settings
settings = _runtime.settings
from govoplan_workflow_engine.backend.runtime import * # noqa: F401,F403