fix draft run node exception (#18520)

This commit is contained in:
非法操作
2025-04-22 13:02:38 +08:00
committed by GitHub
parent e0e92921b5
commit 18e4f42c3c

View File

@@ -289,7 +289,7 @@ class WorkflowService:
params={
"tenant_id": app_model.tenant_id,
"app_id": app_model.id,
"session_factory": db.session.get_bind,
"session_factory": db.session.get_bind(),
}
)
repository.save(workflow_node_execution)