Pausing a workflow on the newer local runtime stops it outright instead of parking it for resume.
What's wrong with this entry?
A locally running workflow can now be backed by a newer runtime, and pausing one of those stops it outright: the task moves to killed and the run is terminated, rather than parking in a paused state you can resume.
- Only applies to tasks that carry a handle to the newer runtime; older runs pause as before.
- The resume telemetry event
task_local_workflow_resumeis emitted only for older-runtime runs. - What turns the newer runtime on is not set anywhere visible in this build.
task_local_workflow_resume
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.246
Workflow pattern-matching words and a budget-starvation protocol
Both mention workflow
-
v2.1.246
Internal fact store gains variable binding, threshold triggers and budgets
Both mention workflow
-
v2.1.247
Workflow agents are cut off when they run past their token ceiling
Both mention workflow