Main Route
This route picks up a data file and a properties source file with the RestURL, submits the data to the subroute for further processing in the back-end system, and saves the processing results to a corresponding folder in the file system. The route is designed to make 3 additional processing attempts if the back-end system emulated by the Remote Claim REST Web Service route does not respond with 200 ok code along with a data file.
Route Structure
Route Components Description
Claim Intake
|
FS Inbound |
Picks up a claim with a properties file from the file system. |
REST Claim Lookup
|
Subroute |
Sends the incoming data to the REST Client with Advanced Logic subroute. |
Success
|
File System Outbound |
Saves the resulting data received from the subroute to the file system. |
Failed
|
File System Outbound |
Saves the resulting data received from the subroute to the file system. |