You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate activity task stamps before reuse (#8536)
## Summary
- add the activity task stamp to `IsActivityTaskValidRequest` and
generated API stubs
- require history's activity validation logic to match the stored stamp
- plumb the stamp from matching task validation and cover the new
behavior with tests
- increment activity stamps for each retry attempt and extend tests for
paused retries
## Testing
- `GOTOOLCHAIN=local go test -tags test_dep ./service/history/workflow
-run TestRetryActivity` *(fails: go.mod requires go >= 1.25.0 and local
toolchain is go1.24.3)*
------
https://chatgpt.com/codex/tasks/task_b_68faffae045c832c9d8220bcbe50bac7
---------
Co-authored-by: Michael Youssef <[email protected]>
0 commit comments