The six-stage claims lifecycle
The lifecycle below is the operational backbone of every claim in WarrantyHub. Each stage has its own routing logic, SLA timer, and exit criteria. The blog post on the warranty claim management process covers the conceptual framework; this page covers what the workflow engine does at each stage and what is configurable.
- Intake. A claim enters the system through a customer portal, dealer portal, contractor app, email parser, or API. The intake stage validates required fields, attaches the contract or warranty record, and assigns an initial owner. Configurable: required fields by claim type, allowed channels per program, auto-assignment rules, and the initial SLA timer that starts the clock on first response.
- Coverage validation. The workflow engine looks up the contract, confirms it is active and not lapsed or cancelled, checks effective dates against the loss date, and verifies the failed component or trade is covered. Configurable: coverage matrices per contract type, deductible application rules, free-look window enforcement, and pre-existing-condition exclusions. Failed validations either auto-deny or route to a human review queue depending on the rule set.
- Adjudication. The decision stage. Rules-based adjudication evaluates labor caps, parts caps, allowed repair facilities, and approval thresholds. Claims under a configurable value can auto-approve; claims above thresholds route to a tiered approval chain. Configurable: tiered approval limits per role, parts and labor caps per coverage tier, teardown authorization rules, and the conditions under which a claim requires inspector or photo verification.
- Dispatch. The work goes to whoever performs the repair — a network contractor for home warranty, a repair facility for VSC, an authorized service center for manufacturer warranty. The engine assigns the right vendor based on availability, geography, trade or component category, and customer preference. Configurable: contractor and repair-facility network rules, round-robin or scoring logic for assignment, parts authorization workflows, and customer-facing dispatch notifications.
- Payment. Approved repair costs settle to the vendor and any customer-owed portion (deductible, non-covered remainder) is collected. Configurable: payment methods per vendor (ACH, virtual card, check), invoice review rules, partial-payment splits between covered and non-covered amounts, and integration with payment processors and accounting systems.
- Closeout. The claim closes against the contract, the reserve is debited, the customer is notified, and the audit trail is locked. Configurable: post-resolution survey triggers, claim-frequency flags that feed renewal and pricing decisions, state reporting fields for compliance exports, and reinsurance-cession reporting hooks.
Once a claim enters the engine, the same six stages run consistently for every program. What differs — and this is the point of a configurable engine — is the rule set bound to each stage. Detailed walkthroughs for individual programs are in the automated claims processing guide.