Handle the response from a downstream workflow
Your producer workflow is sending orders to Workflow B, but right now it fires and forgets — it doesn't check whether the downstream workflow actually processed the order. In a real pipeline, you need to inspect the response and route accordingly.
You'll extend the producer workflow by adding an If node that checks the response status from Workflow B, then create Edit Fields nodes on both branches to produce a clear success or failure summary.
Cet exercice fait partie du cours
Intermediate Workflow Automation with n8n
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice