會議記錄工作流程

Notion

結構化的會議文件記錄流程。

5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
設定議程human
sequentialAI 即時記錄
AI 即時記錄agent
sequential指派行動項目
指派行動項目human
sequential發送後續追蹤
發送後續追蹤system
sequential結束會議
fallback指派行動項目
結束會議human
ex-meeting-notes.osop.yaml
osop_version: "1.0"
id: "meeting-notes"
name:"會議記錄工作流程"
description:"結構化的會議文件記錄流程。"
tags: [notion, template]

nodes:
  - id: "agenda"
    type: "human"
    name: "設定議程"
  - id: "notes"
    type: "agent"
    name: "AI 即時記錄"
  - id: "actions"
    type: "human"
    name: "指派行動項目"
  - id: "followup"
    type: "system"
    name: "發送後續追蹤"
  - id: "close"
    type: "human"
    name: "結束會議"

edges:
  - from: "agenda"
    to: "notes"
    mode: "sequential"
  - from: "notes"
    to: "actions"
    mode: "sequential"
  - from: "actions"
    to: "followup"
    mode: "sequential"
  - from: "followup"
    to: "close"
    mode: "sequential"
  - from: "followup"
    to: "actions"
    mode: "fallback"
    label: "Needs revision"