Creating a business object for the correlation context
Create a business object that contains a property that will be
passed with the message in the request and response flows. The message will
be routed or changed based on the value of this property.
In the Business Integration view, select CorrelationContext.
Right click and choose New > Business Object.
In the New Business Object dialog, type CustomerInformation in
the Name field, and click Finish.
In the Business Object Editor that opens, click on the Add
an attribute to a business object button . An attribute called attribute1 of type string is created.
Rename attribute1 to customerID and keep
the type of string.
Save your changes.
You will add this business object to the input node in the request
flow so that the customerID property is available throughout the request and
response flows.