fix: 修复工作流节点未输出数据无法获取执行详情问题 #1550
This commit is contained in:
parent
6a226c9539
commit
af509a9f58
@ -304,6 +304,7 @@ class WorkflowManage:
|
||||
if chunk is None:
|
||||
break
|
||||
yield chunk
|
||||
yield self.get_chunk_content('', True)
|
||||
finally:
|
||||
self.work_flow_post_handler.handler(self.params['chat_id'], self.params['chat_record_id'],
|
||||
self.answer,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user