Server Mode · Insurance Claims

External Task Worker

The server is running. Processes external tasks from workflow engine and integrates with IBM DB2 and watsonx Orchestrate for intelligent claims processing.

Checking…
Server Status
Last Health Check

Explore the API

All endpoints at a glance

MethodPathDescription
GET/healthHealth check endpoint. Returns {"status":"healthy","timestamp":"..."}
POST/process-taskProcess external tasks from workflow engine. Requires task payload with process type and variables.
POST/process-typed-task/client-lookupLook up client information from DB2 based on email address.
POST/process-typed-task/claim-lookupCheck if client has open claims in the system.
POST/process-typed-task/policy-lookupVerify policy coverage using watsonx Orchestrate AI analysis.
POST/process-typed-task/create-new-claimCreate a new insurance claim record.
POST/process-typed-task/extract-documentsExtract and process claim documents.
POST/process-typed-task/check-completenessVerify claim completeness and required documentation.
POST/process-typed-task/settle-for-an-amountCalculate settlement amount using AI-powered analysis.
POST/process-typed-task/update-claim-statusUpdate claim status in the database.
POST/process-typed-task/respondGenerate and send response email using watsonx Orchestrate.