Send workplan_id only on State Hub progress metadata posts
This commit is contained in:
parent
6c2d52a29b
commit
b38b8c1f7f
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ def record_state_hub(args: argparse.Namespace, metadata: dict[str, Any]) -> None
|
|||
scope_id = getattr(args, "state_hub_workplan_id", None) or args.state_hub_workstream_id
|
||||
if scope_id:
|
||||
payload["workplan_id"] = scope_id
|
||||
payload["workstream_id"] = scope_id
|
||||
try:
|
||||
post_json(url, payload, timeout=args.http_timeout)
|
||||
except Exception as exc: # noqa: BLE001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue