ECC Queue payload attachments removed after processingIssue ECC Queue payload attachments_removed_after_processingCauseScript action "Discovery Cleanup Attachments" runs when discovery.complete system event is processedThis script action checks if system property glide.discovery.sensors.save_attachments = false Yes: Delete the attachment via DiscoveryAttachments.deleteAttachments()No: Do not delete attachments for the ECC Queue records associated with the discovery ResolutionSet system property glide.discovery.sensors.save_attachments = true if attachments should not be deletedSet system property glide.discovery.sensors.save_attachments = false if attachments should be deleted