Conversation
- BaseAuditNode 自动通过分支不再静默跳过:生成 isAutoDone 留痕记录(先行持久化, fromId 链衔接下游),PASS-only 守卫使拒绝/退回流转恢复生成正常待办, 追加被动式环检测(与抄送节点同模式)防止自动通过循环 - FlowRevokeService:自动办结记录不支持撤销;REVOKE_NEXT 将留痕记录视为透明节点 穿透判定后继,避免更下游仍有待办时永久阻断撤回 - FlowContent 对自动办结记录隐藏撤销/催办入口 - 子流程恢复、延迟触发、等待子流程预览三处对 actionId=null 留痕记录以通过动作兜底,避免 NPE 停滞 - 更新 flow-frontend 子模块指针至 0.2.8 发布提交(配合后端版本一致性,前端无功能变更) - 新增 FlowIssue226AutoPassRecordTest(6 用例:留痕、直达结束、撤回透明化、 撤销拦截、拒绝守卫、子流程恢复),并更新 #224 场景断言 closes #226 Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
============================================
+ Coverage 74.09% 74.13% +0.03%
- Complexity 1743 1752 +9
============================================
Files 235 235
Lines 7327 7368 +41
Branches 827 840 +13
============================================
+ Hits 5429 5462 +33
- Misses 1486 1488 +2
- Partials 412 418 +6 ☔ 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.