吸收数字员工审批跨端冲突可视化
This commit is contained in:
@@ -350,8 +350,11 @@ function checkDigitalApprovalWorkflowSync() {
|
||||
[stateService, "applyApprovalWorkflowDecision", "approval workflow decision advancer"],
|
||||
[stateService, "applyApprovalWorkflowAction", "approval workflow action updater"],
|
||||
[stateService, "upsertDigitalEmployeeApprovalFromRemote", "remote approval update upsert helper"],
|
||||
[stateService, "approval_conflict_detected", "approval conflict runtime event"],
|
||||
[stateService, "terminal_status_mismatch", "approval terminal conflict reason"],
|
||||
[stateService, "decision_history", "approval workflow decision history field"],
|
||||
[syncService, "pullDigitalEmployeeApprovalUpdates", "remote approval updates pull service"],
|
||||
[syncService, "conflicted", "approval pull conflict counter"],
|
||||
[syncService, "submitDigitalEmployeeApprovalDecision", "approval decision submit service"],
|
||||
[syncService, "/api/digital-employee/approvals/updates", "remote approval updates default path"],
|
||||
[syncService, "/api/digital-employee/approvals/decisions", "remote approval decisions default path"],
|
||||
@@ -367,11 +370,16 @@ function checkDigitalApprovalWorkflowSync() {
|
||||
[adapter, "submitApprovalDecision", "adapter approval decision bridge declaration"],
|
||||
[adapter, "/api/approval/updates/pull", "adapter approval updates pull endpoint"],
|
||||
[adapter, "approvalWorkflowSummary", "adapter approval workflow summary"],
|
||||
[adapter, "approvalConflictSummary", "adapter approval conflict summary"],
|
||||
[adapter, "approval_conflict_active", "approval conflict business field"],
|
||||
[api, "pullApprovalUpdates", "embedded approval updates API"],
|
||||
[types, "conflict?:", "approval decision conflict type field"],
|
||||
[types, "current_step_label", "approval decision current step type field"],
|
||||
[types, "approval_step_count", "approval decision step count type field"],
|
||||
[commandDeck, "pull_approval_updates", "home approval updates pull action"],
|
||||
[commandDeck, "审批更新", "home approval updates pull button"],
|
||||
[commandDeck, "跨端冲突", "home approval conflict badge"],
|
||||
[commandDeck, "冲突保护", "home approval conflict protection copy"],
|
||||
];
|
||||
const missing = requiredSnippets
|
||||
.filter(([content, snippet]) => !content.includes(snippet))
|
||||
|
||||
Reference in New Issue
Block a user