count := int(resp.Count)
if count > notDeletedCount {
// Starting from the 8th attempt (after ~127s), workflow executions deletion must show some progress.
if activity.HasHeartbeatDetails(ctx) && activityInfo.Attempt > 7 {
var previousAttemptCount int
if err := activity.GetHeartbeatDetails(ctx, &previousAttemptCount); err != nil {