A topic calls a cloud flow to reserve inventory. The flow can fail when stock is insufficient or the API times out. What should the topic include?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Happy-path-only topics strand users when APIs hiccup. Branch on failure: explain, offer alternatives, or escalate — like a store associate who doesn’t freeze when an item is out of stock.
Full explanation below image
Full Explanation
Robust agents handle connector/flow failures with conditions, error topics, or outcome checks and clear UX.
Option A is correct.
Options B–D are poor design or destructive.
Exam tip: Design for 429/timeouts/business failures explicitly in topics.