Workflows Engine
Versioned, authored workflow graphs executed node-by-node.
0runs
What it is
A general workflow engine: versioned graph definitions, run history, and per-node execution records. Triggers fire off a domain-event bus; operator nodes dispatch agent jobs.
Where it lives
- supabase/workflows_schema.sql
- supabase/domain_events_schema.sql
See it in action
Platform →FAQ
What triggers a workflow?
Producers emit domain events (a game merged, a PR merged, content seeded); workflow triggers consume that stream and spawn runs.
Want a system like this built for you?Work with me →