mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Added a missing `d.syncSummary()` call in `syncVersionDataToComputeStatus`, so it now notifies the parent Deployment workflow after pulling a compute status from WCI. ## Why? Without this, the pull only updates the Version workflow's own state. The Deployment workflow (which `ListWorkerDeployments`/`DescribeWorkerDeployment` actually read from) is not updated, so `computeStatus` can stay permanently missing from the API even when the data is available. ## How did you test it? - [x] built - [x] run locally and tested manually - [ ] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s)