09 Automation — Workflows & n8n

Let the machines do the repetitive work. You focus on the thinking.

Purpose

This domain tracks every automated workflow in the OneMind system — n8n pipelines, scheduled tasks, NATS-triggered automations, and recurring operations that run without human input.


What Lives Here

09 Automation (Workflows)/
├── n8n/                 # n8n workflow documentation
├── Schedules/           # Cron jobs and scheduled tasks
├── Triggers/            # Event-driven automation rules
└── Logs/                # Automation run logs and outcomes

Key Workflows

WorkflowTriggerFrequencyStatus
Morning Briefing6:00 AMDailyActive
Weekly Review PrepSunday 8 PMWeeklyActive
Codex SyncFile changeReal-timeActive
Invoice GeneratorMonth endMonthlyActive

Tools

  • n8n — visual workflow builder (self-hosted on VPS)
  • NATS JetStream — event bus for trigger-based flows
  • Cron — system-level scheduled tasks
  • Webhooks — inbound triggers from external services