Conformance Checking
Learn how to compare actual process execution against intended designs to detect deviations, ensure regulatory compliance, and identify opportunities for standardization.
What is Conformance Checking?
Conformance checking compares the observed behavior in event logs against a reference process model. It identifies where reality deviates from the intended design, quantifies the severity of deviations, and provides diagnostics to understand why they occur.
Conformance Dimensions
| Dimension | What It Measures | Example Deviation |
|---|---|---|
| Fitness | Can the model reproduce observed behavior? | Activities executed that are not in the model |
| Precision | Does the model allow only observed behavior? | Model allows paths never taken in practice |
| Generalization | Does the model cover unseen valid behavior? | Model too specific to training data |
| Simplicity | Is the model as simple as possible? | Overly complex model with unnecessary elements |
Conformance Checking Techniques
Token-Based Replay
Replay each case on the process model, tracking where tokens are missing (skipped activities) or remaining (unexpected activities). Fast but less precise for complex models.
Alignment-Based Analysis
Find the optimal alignment between each trace and the model, minimizing the cost of deviations. More accurate but computationally expensive for large logs.
Rule-Based Checking
Define specific business rules and compliance requirements, then check whether each case satisfies them. Ideal for regulatory compliance monitoring.
AI-Powered Classification
Train machine learning models to classify deviations by type, severity, and likely root cause, enabling automated triage of conformance issues.
Enterprise Use Cases
Regulatory Compliance
Verify that financial processes follow SOX controls, healthcare workflows meet HIPAA requirements, and data handling complies with GDPR mandates.
Audit Support
Provide auditors with data-driven evidence of process compliance, replacing manual sampling with comprehensive analysis of every transaction.
Process Standardization
Identify regional or departmental variations in global processes and drive standardization where appropriate while respecting legitimate local requirements.
Fraud Detection
Detect unusual process patterns that may indicate fraud, such as segregation of duties violations, unusual approval sequences, or circumvented controls.
Lilly Tech Systems