a := &commonpb.Link_Activity{}
if link.Type != string(a.ProtoReflect().Descriptor().FullName()) {
"cannot parse link type %q to %q",
link.Type,
a.ProtoReflect().Descriptor().FullName(),
)
}
if link.URL.Scheme != urlSchemeTemporalKey {