mirror of
https://github.com/langgenius/dify.git
synced 2026-04-03 13:40:53 +08:00
fix: workflow not published (#25030)
This commit is contained in:
parent
c0bd35594e
commit
5092e5f631
@ -526,6 +526,7 @@ class PublishedWorkflowApi(Resource):
|
||||
)
|
||||
|
||||
app_model.workflow_id = workflow.id
|
||||
db.session.commit() # NOTE: this is necessary for update app_model.workflow_id
|
||||
|
||||
workflow_created_at = TimestampField().format(workflow.created_at)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user