Use a Milestone step and a Create step to archive process results.
A Milestone step sends a synchronous reply. If all the steps before the Milestone steps run successfully, Application Integration returns a successful output even if the Create step fails.
1Drag a Milestone step from the palette on to the canvas in between the Decision and End steps.
aSelect the Milestone step.
The step properties section appears.
bClick the General tab and enter Send Reply in the Name field.
2Drag a Create step from the palette on to the canvas in between the Milestone and End steps.
3Select the Create step.
The step properties section appears.
4Click the General tab and enter Archive Results in the Name field.
5Click the Create tab and perform the following steps:
aFrom the Connection list, select JDBCConn.
bFrom the Object list, select CalculatorArchive.
6Click the Input Fields tab and add the following input fields and configure their type and value:
Input Field Name
Value Type
Value
sum
Field
AddResponse > AddResult
difference
Field
SubtractResponse > SubtractResult
product
Field
MultiplyResponse > MultiplyResult
quotient
Field
DivideResponse > DivideResult
7Save and publish the process.
The following image shows the archived output in the JDBC database: