CMDB Attestation policy task creationIssue <!-- /*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: ; } } Data Manager Policy Execution Records Not Visible Under Policy Execution Instances for Attestation Policy Release<!-- /*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: ; } } All Resolution<!-- /*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 behavior is working as designed due to the business rule: Business Rule Name: "Check Attestation Duplicate Task CIs" https://<instance-name>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=282017d5b7410110ee0d6970ee11a94b This business rule performs the following validation: It checks whether a task already exists for the same: Configuration Item (CI)Policy combination If a matching record already exists, the system prevents the creation of a duplicate attestation task.This ensures that multiple attestations are not generated for the same CI under the same policy. To confirm this, run the job manually in the background Scripts. Upon reviewing the scheduled job logs: Log Review Findings: Impersonation start: Job Runner, DataManager (dataManager.jobRunner) (dataManager.jobRunner) by: Service-now: Skip invalid GroupBy condition: Skip invalid GroupBy condition: Complex type redefined: FlowDesigner:FDCollectionSecurity restricted: User not authorized to use UpgradeAPI : isUpgradeInProgress dataManager.jobRunnerQueued flow.fire event in NowMQ for sys_flow_context.sys_id: bb124df89857b250e****73ff156, sysevent.sys_id: 77124df83******81d3373e5c7b5f, priority 5, cached: trueOperation against file 'sn_cmdb_ws_attestation_task_to_ci' was aborted by Business Rule 'Check Attestation Duplicate Task CIs^f3124df83357b2505f81d3373e5c7b61'. Business Rule Stack:Check Attestation Duplicate Task CIssn_cmdb_ws (Check Attestation Duplicate Task CIs): CI with id 1ebd8238******5eefdc84 cannot be inserted to attestation task to the CI table under the same attestation policy with id ff6411edfb833*******eefdcc2 The CI and policy combination had already been processed previously.Since a task already existed for that combination, the system correctly did not create a new task. • Therefore, although a new Policy Execution Instance was created, no additional task was generated.