[Bug] 工作流工具的执行记录,重复保存了,且重复保存的那条数据还有问题
Open
@zyyfit is already working on this.
Since Sep 15, 2026.
- Dominant language
- Python
- Stars
- 22.8k
- Forks
- 3.2k
- Avg merge
- 45m
- Merged PRs (30d)
- 270
Description
Contact Information
No response
MaxKB Version
v2.10.5-lts
Problem Description
工作流工具的执行记录中,执行详情丢失,并且input变成了一个JSON字符串。而且这种情况是间隔出现的,一条执行记录正常,一条执行记录不正常。
目前,这些工作流工具,我是在 AI 对话 节点调用的。
问题描述:
异常的执行记录截图
正常的执行记录截图
仔细查看,发现前后两条执行记录的input和output是一模一样的,连时间也是一样的,估计是重复保存了。一条保存正常,多余的那条不应保存,保存了数据还是有问题的。
Steps to Reproduce
多次对话,用 AI 对话 节点多次调用 工作流工具
The expected correct result
No response
Related log output
Additional Information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.