gsxdsm
bc6dfd386e
FN-6478: surface paused workflow graph failures
Surface stranded paused workflow exits as actionable executor failures.
- Treat paused or aborted graph exits as benign only while the live task remains in-progress.
- Preserve terminal/review lifecycle state while recording operator-actionable failure evidence for advanced columns.
- Cover user-paused, pause-aborted, existing-failure, in-progress, in-review, todo, and done column recovery paths.
- Document the workflow lifecycle invariant and add a patch changeset.
Files changed:
.changeset/fn-6478-paused-workflow-executions.md | 5 +
docs/architecture.md | 1 +
.../engine/src/__tests__/executor-recovery.test.ts | 283 +++++++++++++++++++++
packages/engine/src/executor.ts | 30 ++-
4 files changed, 315 insertions(+), 4 deletions(-)
Fusion-Task-Id: FN-6478
Fusion-Task-Lineage: 219d8612-6604-4dbc-9a3a-a1c7837419c1
2026-06-15 02:30:41 -07:00
..
2026-06-15 02:30:41 -07:00
2026-06-14 22:43:49 -07:00
2026-06-15 02:29:08 -07:00
2026-06-15 02:30:41 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-15 02:30:41 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-08 15:19:27 -07:00
2026-06-14 22:43:49 -07:00