STATE-WP-0072: stop dual-writing workstream_id on decisions
Record decision scope with workplan_id only to avoid legacy-meter body alias hits on POST /decisions/.
This commit is contained in:
parent
a08d988157
commit
1e23be9141
2 changed files with 1 additions and 2 deletions
|
|
@ -49,7 +49,6 @@ def build_decision(candidate: dict, action: str, rationale: str,
|
|||
}
|
||||
if scope_id:
|
||||
payload["workplan_id"] = scope_id
|
||||
payload["workstream_id"] = scope_id
|
||||
return payload
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue