mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Added wide events for the child workflow resend lifecycle, including: - scheduled - started - succeeded - source not found - failed - deduplicated - limited by the host-level concurrency cap ## Why? Child workflow resends run asynchronously, making missing-child replication issues difficult to diagnose from request logs alone. These events make it possible to trace scheduler admission, remote state synchronization, verification, and terminal outcomes while keeping parent and child resend events consistent. ## How did you test it? - [ ] built - [ ] run locally and tested manually - [x] covered by existing tests - [x] added new unit test(s) - [ ] added new functional test(s) --- <sub>Stack created with <a href="https://github.com/github/gh-stack">GitHub Stacks CLI</a> • <a href="https://gh.io/stacks-feedback">Give Feedback 💬</a></sub>