mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 20:55:53 +08:00
fix(api): fix internal server error while publishing workflow
This commit is contained in:
parent
e812068f7f
commit
580d134a22
@ -253,6 +253,7 @@ class WorkflowService:
|
|||||||
conversation_variables=draft_workflow.conversation_variables,
|
conversation_variables=draft_workflow.conversation_variables,
|
||||||
marked_name=marked_name,
|
marked_name=marked_name,
|
||||||
marked_comment=marked_comment,
|
marked_comment=marked_comment,
|
||||||
|
features=draft_workflow.features,
|
||||||
)
|
)
|
||||||
|
|
||||||
# commit db session changes
|
# commit db session changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user