fix not save workflow_run_id of chatflow message

pull/20257/head
hjlarry 1 year ago
parent ded4b024f3
commit c871fbb92e

@ -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