Conversation
- 子流程节点策略新增 resettable 能力开关(默认关闭,兼容历史配置) - 新增独立接口 /api/cmd/record/subProcess/reset:按选中实例流程id定位已完成的聚合组, 旧组标记已取代保留审计,新组由继承实例与重建实例组成,子流程从头重走一次 - 锁定合并节点规则:重置仅允许在锚点之后首个业务记录节点(条件分支取实际命中分支、 并行/包容分支锁定第一个分支)的待办上发起;详情数据新增 resetSubProcess 标识 - 新增 FlowSubProcessResetEvent 重置事件(新旧聚合组快照与实例映射), 重置时清除流程循环触发标记避免抄送等节点重走被误判为循环 - 数据结构纯增量兼容:聚合组 superseded、实例 inherited/sourceProcessId、 实体可空列,存量数据按默认值读取 - 前端升级至 0.2.5:审批模块接入重置接口与上下文能力、详情标识类型 282 个后端测试全部通过,前端构建与测试通过。 🤖 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 #220 +/- ##
============================================
+ Coverage 73.59% 74.05% +0.45%
- Complexity 1662 1726 +64
============================================
Files 233 235 +2
Lines 7041 7277 +236
Branches 782 815 +33
============================================
+ Hits 5182 5389 +207
- Misses 1470 1476 +6
- Partials 389 412 +23 ☔ 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.