n8n flows
OLD: Process Supabase Queue
Retired queue-processing flow that consumed a Supabase-backed queue of ShipHero shipment events and wrote them into Supabase.
Deprecated, not in use. This retired flow consumed a Supabase-backed queue of ShipHero shipment events and wrote them into Supabase. It has been superseded by the current shipment and PO flows and no longer runs.
At a glance
- Status: Inactive / retired. Explicitly flagged "OLD NOT IN USE."
- Trigger: Not retrievable.
- Runs on: Historically, queued ShipHero shipment events.
- Talks to: ShipHero and Supabase (inferred).
How it works
The node graph is not available. Per cross-references, it read queued ShipHero shipment records from a Supabase queue and wrote them into Supabase: enqueued by OLD: ShipHero Shipment → Queue, and the retry target of Reattempt Failed Runs.
Notes
- This workflow is not exposed to MCP (
Available in MCPis disabled), so its nodes cannot be read directly. Enable MCP access on the workflow card to document it in full. - Formed the back half of the retired ShipHero → Supabase queue pipeline, superseded by the current shipment/PO flows.
Related
- OLD: ShipHero Shipment → Queue: the retired front half that enqueued events for this flow.
- Reattempt Failed Runs bulk-retried this flow's failed executions.
- Purchase Order Update Handler: the current queue-driven handler that superseded this pipeline.
- Missing Shipment Data Pull (v1): current shipment ingestion.
- See also Data flows.