Conversation
子流程策略配置面板新增「允许重置子流程」开关(resettable,默认关闭), 为子流程数据重置能力提供设计器配置入口。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- 修复阻断缺陷:重置时先作废锚点之后旧记录链、清除循环触发标记,再提交重建实例; 原顺序下纯自动子流程同步跑完会触发主流程恢复,随后作废把新恢复记录一并作废导致流程卡死 - 新增回归测试:纯自动子流程同步完成场景(修复前红灯复现卡死,修复后通过) - NodeFactoryTest 补充 resettable 序列化往返与历史配置缺省关闭用例 - Mock 已办/抄送查询对齐 JPA 口径(过滤已作废与隐藏记录) - 文档修正:事件体系 8 种事件表述(README/CLAUDE/ioc/集成手册)、无 session 服务清单、 重置标识措辞精确为锁定合并节点、能力索引描述同步 - 前端子模块升级至 24a8f75(审批上下文暴露重置能力、视图类型同步) 后端 284 个测试全部通过,前端构建与测试通过。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #221 +/- ##
============================================
+ Coverage 74.05% 74.06% +0.01%
- Complexity 1726 1727 +1
============================================
Files 235 235
Lines 7277 7277
Branches 815 815
============================================
+ Hits 5389 5390 +1
Misses 1476 1476
+ Partials 412 411 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.