Skip to content

Commit af509a9

Browse files
committed
fix: 修复工作流节点未输出数据无法获取执行详情问题 #1550
1 parent 6a226c9 commit af509a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/flow/workflow_manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def await_result(self, result):
304304
if chunk is None:
305305
break
306306
yield chunk
307+
yield self.get_chunk_content('', True)
307308
finally:
308309
self.work_flow_post_handler.handler(self.params['chat_id'], self.params['chat_record_id'],
309310
self.answer,

0 commit comments

Comments
 (0)