Building a producer-consumer workflow
Now that your webhook workflows can receive and validate data, it's time to connect workflows together. Acme Corp's order pipeline needs a producer workflow that sends order data to a downstream consumer for processing — the producer-consumer pattern you'll use throughout real-world automation.
A consumer workflow (Workflow B) has already been built for you. Your job is to activate it, then build a producer workflow (Workflow A) that sends an order payload to Workflow B using an HTTP Request node.
Diese Übung ist Teil des Kurses
Intermediate Workflow Automation with n8n
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten