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
refactor: dedupe startup recovery candidate listing in TaskService.initialize
Extract the awaiting_report/running candidate filters used by the startup
inactive-workflow-owner recovery pass into a single listStartupRecoveryCandidates
closure, mirroring the existing listQueuedTasks pattern, so the initial computation
and the post-interrupt refresh reuse the exact same status filters.
Behavior-preserving cleanup of #3594.
0 commit comments