Last reviewed
Correct answer: B. The loop, the branching and the intermediate results, so what reaches the conversation is the final answer alone
Explanation
The principle — a workflow moves the plan out of the conversation and into something that executes, and the context saving follows from where the working state is kept.
Why the key is correct — Anthropic defines it in three steps. A dynamic workflow is a JavaScript script that orchestrates subagents at scale. A workflow moves the plan into code. And the consequence: a workflow script holds the loop, the branching, and the intermediate results itself, so Claude's context holds only the final answer.
Why the others are wrong — a saved prompt cannot loop or branch. Concurrency is a by-product rather than the purpose. And intermediate results landing in the conversation is the thing the arrangement is built to prevent.
Remember this — the script holds the working state; the conversation gets the answer.
Sources — Anthropic's Claude Code documentation on orchestrating subagents at scale.
Sources
“A dynamic workflow is a JavaScript script that orchestrates subagents at scale.”
“A workflow moves the plan into code.”
“A workflow script holds the loop, the branching, and the intermediate results itself, so Claude's context holds only the final answer.”
Practise 10 questions on this topic
Take Claude Code Workflows — Timed Test 1 (10 questions) — scored instantly, explanation for every question, no login.