// The following checks are for v0.32 protos of worker-versioning which may/may not require reactivation checks
switch o := override.GetOverride().(type) {
return false, 0, nil
case *workflowpb.VersioningOverride_Pinned:
return validateVersionAndGetReactivationEligibility(ctx, o.Pinned.GetVersion(), matchingClient, versionCache, tq, tqType, namespaceID)