Conversation
- RecordMergeStrategy 新增 MergeType(APPROVER/CREATOR/SUBMITTER) - FlowRecord.getTodoKey() 按合并类型计算合并依据 - NodeStrategyManager.getMergeType() / BaseAuditNode 写入记录 - 持久化层 mergeType 双向转换 - 新增 FlowMergeTypeSupportTest / FlowMergeableCurrentBehaviorTest - flow-frontend 同步合并类型选择配置(submodule → ae16159) Co-Authored-By: Claude <[email protected]>
- 13 个 mock/test 仓储将 cache.size()+1 改为 nextId++ 单调递增 - 与生产 JPA @GeneratedValue(IDENTITY) 语义一致 - 消除多级流程中待办/记录删除后重建时的 id 冲突(issue #202 实现中发现) Co-Authored-By: Claude <[email protected]>
- 新增 FlowIssue203MergeRejectTest:C 节点提交人合并,P1 被拒绝退回后重新提交, 验证两条流程记录各自独立(P1 含拒绝记录、P2 不含),详情与节点记录展示层同样隔离 - 更新 flow-frontend 子模块指针(待办列表流程编码改为实例编码,issue #204) closes #203 #204 Co-Authored-By: Claude <[email protected]>
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.