Snapshotmaster · 68b47c7
Triggers start durable executions whose ready nodes run locally or on queue workers.
Click a building or route
System map8 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
ItemThe JSON or binary data unit passed between connected n8n nodes.
How to study this repo
- 1Read the graph model
Trace how node connections are indexed for execution.
- 2Follow a webhook
Track request data into the runner and first node input items.
- 3Compare runtime modes
Find the split between local execution and queued worker dispatch.