Meeting Notes Workflow

Notion

Structured meeting documentation.

5 nodes · 5 edgesnotion templates
notiontemplate
Visual
Set Agendahuman
sequentialAI Note Taking
AI Note Takingagent
sequentialAssign Action Items
Assign Action Itemshuman
sequentialSend Follow-ups
Send Follow-upssystem
sequentialClose Meeting
fallbackAssign 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"