mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 13:06:05 +08:00
fix draft run node exception (#18520)
This commit is contained in:
parent
e0e92921b5
commit
18e4f42c3c
@ -289,7 +289,7 @@ class WorkflowService:
|
|||||||
params={
|
params={
|
||||||
"tenant_id": app_model.tenant_id,
|
"tenant_id": app_model.tenant_id,
|
||||||
"app_id": app_model.id,
|
"app_id": app_model.id,
|
||||||
"session_factory": db.session.get_bind,
|
"session_factory": db.session.get_bind(),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
repository.save(workflow_node_execution)
|
repository.save(workflow_node_execution)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user