guidewire-core-workflow-b
Installation
SKILL.md
Guidewire Core Workflow B: Claims Processing
Overview
Claims lifecycle in ClaimCenter: First Notice of Loss (FNOL), investigation, reserve setting, payment processing, and settlement.
Claims Lifecycle
FNOL -> Investigation -> Reserve -> Payment -> Settlement -> Close
Instructions
Step 1: Create Claim (FNOL)
const claim = await fetch(`${GW_CC}/claim/v1/claims`, {
method: 'POST', headers,
Related skills