#754 Event scope isolation via workflow_run_id

closed high Created 2026-01-01 13:14 · Updated 2026-01-01 13:14

Description

Edit
Fixed critical bug where events were globally scoped by event_name only, causing cross-workflow-run pollution. Added workflow_run_id column to events table and updated all emit/await functions to filter by it. This prevents stale events from previous runs being consumed by new runs, fixing event cascade ordering violations.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...