refactor(workflow): enforce typed query boundary

This commit is contained in:
jxxghp
2026-08-28 01:16:08 +08:00
parent 2f41780893
commit b4f8736541
35 changed files with 733 additions and 223 deletions
+7
View File
@@ -774,6 +774,13 @@ _MESSAGE_NOTIFICATION_SYMBOL_ALIASES: Dict[str, SymbolAlias] = {
}
SYMBOL_ALIASES: Dict[str, Dict[str, SymbolAlias]] = {
"app.workflow": {
"WorkFlowManager": SymbolAlias(
target_module="app.workflow",
target_name="WorkflowManager",
replacement="app.workflow.WorkflowManager",
),
},
"app.application.transfer": {
name: SymbolAlias(
target_module="app.sdk._legacy.transfer",