Automatisierte Aktionen (EN)
TechnologyAutomatically triggered responses to data quality deviations
Automated Actions
Automated actions are responses that are automatically triggered when deviations from defined data quality standards are detected. These can include sending notifications, blocking faulty data, or triggering correction processes. By automating these actions, you can proactively respond to quality issues and ensure data integrity.
Architecture
flowchart TD A[Data Source] --> B[Data Quality Check] B --> C{Quality Standard Met?} C -->|Yes| D[Data Forwarding] C -->|No| E[Action Selection] E --> F[Notification] E --> G[Data Blocking] E --> H[Correction Process] F --> I[Manual Review] G --> J[Data Rejection] H --> K[Data Cleaning] K --> B I --> B D --> Z[Target System]