Stop dual-writing workstream_id on State Hub progress POSTs
Progress scope helpers and schedule-miss alerts now send workplan_id only. Legacy workstream_id in sink config still maps to workplan_id on the wire.
This commit is contained in:
parent
f171bb037a
commit
5a9292319e
6 changed files with 10 additions and 12 deletions
|
|
@ -178,7 +178,6 @@ def post_missed_fire_alert(
|
|||
scope_id = workplan_id or workstream_id
|
||||
if scope_id:
|
||||
body["workplan_id"] = scope_id
|
||||
body["workstream_id"] = scope_id
|
||||
|
||||
# Dedup repeated alerts for the same missed window (same schedule + last fire).
|
||||
last_fired = health.last_fired_at.isoformat() if health.last_fired_at else "none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue