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.
This exercise is part of the course
Intermediate Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise