Commit ac39f90
committed
docs(automation): correct run-history durability + region-step nesting in flows.mdx
The "Runs" section still described run history as an in-memory ring buffer whose
`sys_automation_run` rows "hold only live pauses", so "history starts fresh on
each boot". That predates the durable terminal run history (#2585): terminal
runs (completed / failed) are mirrored to `sys_automation_run` with a bounded
step log, and `listRuns` / `getRun` merge it so a run's status / steps / failure
reason survive a restart or ring-buffer eviction. Also note the Studio Runs
panel now nests body steps by iteration / branch / handler (#1505, objectui
#2667). Surfaced by the docs-drift check on #3240.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VuvxWgoadqryqBcjs7TpVi1 parent e312cf9 commit ac39f90
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
452 | 454 | | |
453 | 455 | | |
454 | 456 | | |
| |||
0 commit comments