Post workplan_id instead of workstream_id on State Hub progress notes
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 6s

This commit is contained in:
tegwick 2026-07-09 00:32:54 +02:00
parent 3d40627614
commit ff0dc8aeb2

View file

@ -100,7 +100,7 @@ class EvidenceWriter:
"author": self.author,
}
if self.workstream_id:
payload["workstream_id"] = self.workstream_id
payload["workplan_id"] = self.workstream_id
if decision_id:
payload["detail"] = {"decision_id": decision_id, "catalog_id": catalog_id}
try: