wf reorg 5

This commit is contained in:
lda
2026-05-08 22:02:40 +07:00 Verified
parent 703b25bc19
commit 8cb4e213d9
21 changed files with 170 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from wf_core import (
execute_workflow,
)
from wf_core.errors import WorkflowExecutionError
from wf_core.models import Condition as CoreCondition
from wf_core.models.conditions import Condition as CoreCondition
from ..dsl import Expr, PathArg, compile_condition
from ..nodes.callables import SyncRegistryHandler