Order Management > Create and Invoke the Order Management Process > Step 4: Configure Output
  

Step 4: Configure Output

Use an Assignment step to assign values to the output fields you defined earlier.
    1Click and drag an Assignment step on to the canvas in between the Get Inventory Detail and End steps.
    2In the step properties section, select the Assignments tab and assign values to the following output fields:
    Target
    Value Type
    Value
    Status
    Content
    Your order is accepted
    OrderID
    Formula
    infa:getProcessId()
    ItemPrice
    Field
    item > sellprice
    OrderPrice
    Formula
    $output.ItemPrice*$input.ItemCount
    3Select the General tab and enter Assign Order Details in the Name field.
    4Click Save.
    5Click the Validation button. If there are no errors, click Save.
    If there are errors, fix them and then save the process.
This image shows the canvas with an Assignment step in between the Service and End steps. Four fields are assigned values.