Request to the Backend Route

The routes can receive data from the Retry Request To Backend or REST Request Processing routes and submit the data to the back end. Before sending the data to the back end, the route stores the data in Data Storage.

Route Structure

Route Components Description

Component Name Component Type Description
Parent Route Input Parent Route Input Receives the data from the REST Request Processing route.
Save Data to DS Data Storage Outbound

Stores data in XEServer Data Storage. Storing data in Data Storage is a key phase of the profile workflow - whether the data is present in the storage or not is used as one of the conditions to pick up the correct data flow later on the route REST Request Processing.

Along with the stored data item, the component stores the "LastAttempt" property that holds the current time of each processing attempt (see the component's Attributes tab). This property is used to calculate the time since the last attempt later on the route Retry Request To Backend.

to Backend JMS Outbound Sends data to back end.