gsxdsm
29543a0aac
FN-8157: add PostgreSQL workflow step-instance persistence
Persist workflow foreach step-instance state through async PostgreSQL store APIs.
- Add async save, load, and stale-run pruning operations backed by Drizzle.
- Route executor persistence, recovery, and integration projection through async APIs.
- Cover PostgreSQL persistence and migrate foreach wiring coverage to the PG harness.
- Quarantine unrelated flaky route and triage tests per the test ledger.
Files changed:
.../workflow-run-step-instances.pg.test.ts | 100 +++++++++++++++++++
packages/core/src/store.ts | 14 ++-
packages/core/src/task-store/remaining-ops-6.ts | 109 ++++++++++++++++++++-
.../dashboard/src/__tests__/routes-github.test.ts | 14 +--
.../src/routes/register-task-workflow-routes.ts | 18 ++--
packages/engine/src/__tests__/triage.test.ts | 6 +-
.../src/__tests__/workflow-foreach-wiring.test.ts | 59 +++++------
packages/engine/src/executor.ts | 57 ++++++++---
packages/engine/src/triage.ts | 4 +-
packages/engine/vitest.config.ts | 2 +-
scripts/lib/test-quarantine.json | 7 +-
11 files changed, 315 insertions(+), 75 deletions(-)
Fusion-Task-Id: FN-8157
Fusion-Task-Lineage: c359f0d3-9191-4d27-aaed-9912419c5c27
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-16 20:36:45 -07:00
..
2026-07-14 23:18:55 -07:00
2026-07-13 23:00:25 -07:00
2026-06-23 23:30:32 -07:00
2026-06-03 19:12:28 -07:00
2026-06-14 15:29:35 -07:00
2026-07-10 13:26:23 -07:00
2026-07-13 01:21:33 -07:00
2026-06-24 19:25:38 -07:00
2026-07-16 10:33:47 -07:00
2026-06-18 16:47:09 -07:00
2026-07-08 09:00:47 -07:00
2026-06-15 02:30:41 -07:00
2026-06-25 22:41:18 -07:00
2026-07-14 23:18:55 -07:00
2026-06-03 19:12:28 -07:00
2026-07-16 20:36:45 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-06-19 05:13:39 -07:00