This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix draft run node exception (
#18520
)
tags/1.3.0
非法操作
6 months ago
parent
e0e92921b5
commit
18e4f42c3c
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/services/workflow_service.py
+ 1
- 1
api/services/workflow_service.py
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)
Write
Preview
Loading…
Cancel
Save