fix: not save workflow_run_id of chatflow message (#20257)

pull/20262/head
非法操作 10 months ago committed by GitHub
parent ded4b024f3
commit acd4b9a8ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -315,6 +315,7 @@ class AdvancedChatAppGenerateTaskPipeline:
task_id=self._application_generate_entity.task_id,
workflow_execution=workflow_execution,
)
session.commit()
yield workflow_start_resp
elif isinstance(

Loading…
Cancel
Save