}
return validate(
notZero(msg, "body", msg),
notZero(msg.GetMeta(), "meta", msg),
notZero(msg.GetMeta().GetUpdateId(), "meta.update_id", msg),
eq(msg.GetMeta().GetUpdateId(), "meta.update_id", updateID, updateID, msg),
notZero(msg.GetOutcome(), "outcome", msg),
)
}
// ValidateWorkflowExecutionUpdateRejectionMessage validates the presence of