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.
Este ejercicio forma parte del curso
Intermediate Workflow Automation with n8n
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio