What is the "Automated Outdated Connected Content Cleanup" scheduled job in Employee CenterSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The "Automated Outdated Connected Content Cleanup" is a monthly out-of-the-box scheduled job introduced as part of the July 2025 enhancements to Employee Center (version 38.0.5) and Employee Center Pro (version 36.0.1). The job removes outdated relationship records from the m2m_connected_content table, which stores the associations between topics and their connected content (catalog items and knowledge articles). The records targeted for deletion are determined based on conditions configured in the taxonomy_content_configuration table. Specifically: Catalog Items - Connected content records are removed when the associated catalog item is no longer active.Knowledge Articles - Connected content records are removed when the associated article version is retired or outdated.