Quiz 7 Question 13 of 20

A Claude orchestrator manages a customer service workflow with 3 subagents: order_lookup_agent, refund_processing_agent, and email_notification_agent. The orchestrator is designed with trust that all subagents return accurate results. During an incident, it's discovered that the email_notification_agent was sending confirmation emails before refund_processing_agent confirmed successful refund. The orchestrator's log shows it was calling all three agents in parallel to reduce latency. What is the correct dependency management architecture?

Select an answer to reveal the explanation.

Motivation