func (ms *MutableStateImpl) updateSearchAttributes(
updatedPayloadMap map[string]*commonpb.Payload,
ms.executionInfo.SearchAttributes = payload.MergeMapOfPayload(
ms.executionInfo.SearchAttributes,
updatedPayloadMap,
)
ms.visibilityUpdated = true
}
func (ms *MutableStateImpl) updateMemo(