事件管理
Notion結構化的事件應變流程。
5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
偵測事件system
↓sequential→ AI 事件分流
AI 事件分流agent
↓sequential→ 調查原因
調查原因human
↓sequential→ 解決問題
解決問題human
↓sequential→ 產出事後分析報告
↓fallback→ 調查原因
產出事後分析報告agent
ex-incident-management.osop.yaml
osop_version: "1.0"
id: "incident-management"
name:"事件管理"
description:"結構化的事件應變流程。"
tags: [notion, template]
nodes:
- id: "detect"
type: "system"
name: "偵測事件"
- id: "triage"
type: "agent"
name: "AI 事件分流"
- id: "investigate"
type: "human"
name: "調查原因"
- id: "resolve"
type: "human"
name: "解決問題"
- id: "postmortem"
type: "agent"
name: "產出事後分析報告"
edges:
- from: "detect"
to: "triage"
mode: "sequential"
- from: "triage"
to: "investigate"
mode: "sequential"
- from: "investigate"
to: "resolve"
mode: "sequential"
- from: "resolve"
to: "postmortem"
mode: "sequential"
- from: "resolve"
to: "investigate"
mode: "fallback"
label: "Needs revision"