#754 Event scope isolation via workflow_run_id
Description
EditFixed 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 AllLoading audit history...