/// <inheritdoc />
        public override ProcessElementNotification GetNotificationData()
        {
            ProcessElementNotification notification = base.GetNotificationData();

            ProcessUserTaskUtilities.AssignNotificationData(notification, Recommendation, StartIn, StartInPeriod);
            return(notification);
        }