sn_hr_le_activity sends notification to a random user not in the recipients.Issue sn_hr_le_activity sends notification to a random user not in the recipients.CauseWhen sys_user_grmember has a user with an (empty) group, it is returned in the "Check if there is at least one recipient" IF activity of Lifecycle Event Notification workflow.ResolutionCheck if sys_user_grmember table has a record for that user with an (empty) groupRemove this record if not required or update it with an appropriate group.