fix: workflow not published (#25030)
This commit is contained in:
parent
c0bd35594e
commit
5092e5f631
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue