fix(workflow): fix execution record insertion failure in released app

This commit is contained in:
Eternity
2026-01-14 20:52:04 +08:00
parent 7b6619b8de
commit 6e5e708a36
3 changed files with 26 additions and 24 deletions

View File

@@ -558,7 +558,7 @@ class AppChatService:
config: WorkflowConfig,
app_id: uuid.UUID,
workspace_id: uuid.UUID,
user_id: Optional[str] = None,
user_id: str = None,
variables: Optional[Dict[str, Any]] = None,
web_search: bool = False,
memory: bool = True,