diff --git a/docs/runs.mdx b/docs/runs.mdx
index 4a4b301b309..10cc4180298 100644
--- a/docs/runs.mdx
+++ b/docs/runs.mdx
@@ -45,6 +45,13 @@ currently being executed by a worker.
**Waiting**: You have used a
[triggerAndWait()](/triggering#yourtask-triggerandwait), [batchTriggerAndWait()](/triggering#yourtask-batchtriggerandwait) or a [wait function](/wait). When the wait is complete, the task will resume execution.
+
+ Older API versions may report this state as **`FROZEN`**. Current API versions map the same
+ internal paused/waiting-to-resume states to **`WAITING`**. If you branch on status strings from
+ the API, treat `FROZEN` as equivalent to `WAITING` for compatibility with clients that omit the
+ current API version header.
+
+
### Final states
**Completed**: The task has successfully