Meeting Notes Workflow
NotionStructured meeting documentation.
5 nodes · 5 edgesnotion templates
notiontemplate
Visual
Set Agendahuman
↓sequential→ AI Note Taking
AI Note Takingagent
↓sequential→ Assign Action Items
Assign Action Itemshuman
↓sequential→ Send Follow-ups
Send Follow-upssystem
↓sequential→ Close Meeting
↓fallback→ Assign Action Items
Close Meetinghuman
ex-meeting-notes.osop.yaml
osop_version: "1.0"
id: "meeting-notes"
name: "Meeting Notes Workflow"
description: "Structured meeting documentation."
tags: [notion, template]
nodes:
- id: "agenda"
type: "human"
name: "Set Agenda"
- id: "notes"
type: "agent"
name: "AI Note Taking"
- id: "actions"
type: "human"
name: "Assign Action Items"
- id: "followup"
type: "system"
name: "Send Follow-ups"
- id: "close"
type: "human"
name: "Close Meeting"
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"