mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 09:59:01 +08:00
fix draft run node exception (#18520)
This commit is contained in:
parent
e0e92921b5
commit
18e4f42c3c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user