Sync: add automation governance notes
This commit is contained in:
37
wiki/concepts/AutomationGovernance.md
Normal file
37
wiki/concepts/AutomationGovernance.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: "AutomationGovernance"
|
||||
type: concept
|
||||
tags: []
|
||||
last_updated: 2026-04-25
|
||||
---
|
||||
|
||||
# AutomationGovernance(自动化治理)
|
||||
|
||||
## Definition
|
||||
通过决策框架和标准,对业务流程自动化进行事前评估、事中监控和事后审计的完整治理体系。
|
||||
|
||||
## Core Framework
|
||||
|
||||
### Four Evaluation Dimensions
|
||||
1. **Time Savings Per Month**(每月时间节省):节省是否重复发生且数额可观;流程频率是否足以支撑自动化开销
|
||||
2. **Data Criticality**(数据关键性):是否涉及客户/财务/合同/日程记录;数据错误/延迟/重复/缺失的影响是什么
|
||||
3. **External Dependency Risk**(外部依赖风险):链条中涉及多少外部 API/服务;它们是否稳定、有文档、可观测
|
||||
4. **Scalability**(可扩展性):1x 到 100x 时,重试、去重、限流是否仍能正常工作;异常处理在量级下是否可管理
|
||||
|
||||
### Five Verdicts
|
||||
| 裁决 | 条件 |
|
||||
|------|------|
|
||||
| **APPROVE** | 价值强、风险可控、架构可维护 |
|
||||
| **APPROVE AS PILOT** | 价值可期但需限制试点范围 |
|
||||
| **PARTIAL AUTOMATION ONLY** | 仅自动化安全段落,保留人工检查点 |
|
||||
| **DEFER** | 流程不成熟、价值不明确或依赖不稳定 |
|
||||
| **REJECT** | 经济价值弱或运营/合规风险不可接受 |
|
||||
|
||||
## Related Concepts
|
||||
- [[N8nWorkflowStandard]]:n8n 编排工具的标准工作流模板
|
||||
- [[DecisionFramework]]:本概念的评估维度体系
|
||||
- [[ReliabilityBaseline]]:生产级工作流的可靠性最低要求
|
||||
- [[IntegrationGovernance]]:集成接入的治理规范
|
||||
|
||||
## Sources
|
||||
- [[automation-governance-architect]](primary)
|
||||
Reference in New Issue
Block a user