Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Workflow resume now validates the target run before compiling the script

Resuming a workflow now checks the target run is actually finished before compiling its script

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaWorkflowswhat it touches
KindBug Fixesin v2.1.265,
You'll notice

Resuming a workflow now checks the target run is actually finished before compiling its script

What

When resuming a workflow by its run ID, Claude Code now checks upfront whether that run is still active - either "running" or "paused" without having actually exited - and refuses to resume if so, with the message that resuming now would run two copies of its agents against the same journal. It also now waits for the run's journal to finish being written before proceeding. Previously, this check only happened after the workflow script had already been compiled.

Why

Checking earlier avoids wasted work compiling a script for a resume that's going to be rejected anyway, and prevents accidentally running two sets of agents against the same underlying run at once.

See this entry in the whole of v2.1.265 →

Feedback