Order Management > Create and Invoke the Order Management Process > Step 2: Create A New Process
  

Step 2: Create A New Process

Create a process and use the Start step to configure basic process properties like the input and output fields.
    1In Application Integration, click New.
    2In the New Asset dialog box, select Processes > Process and then click Create.
    Process Designer opens with a process template.
    This image shows the New Asset dialog box with Process highlighted and a Create option.
    You a see process with Start and End steps. You need to add logical steps in between the Start and End steps.
    This image shows a process with Start and End steps.
    3Click the Start step.
    The process properties section appears.
    4Select the General tab and enter the following properties:
    1. aClick Select next to Location and then browse to and select the Tutorials > Order Management folder.
    2. bIn the Description field, enter Use multiple services to get order status, order ID, item price, and order price based on customer details.
    5Select the Start tab and enter the following properties:
    1. aIn the Binding list, select HTTP/SOAP.
    2. The Binding property defines how a process is invoked.
    3. bNext to Allowed Roles, enter Service Consumer.
    4. Only users who have the Service Consumer role assigned to them can access the process service URL and invoke the process.
    5. cIn the Run On list, select Cloud Server.
    Do not change the Applies To or Run As fields in the Start tab.
    6Select the Input Fields tab and add the following fields:
    Name
    Type
    Required
    CustomerName
    Text
    Yes
    CustomerEmail
    Text
    Yes
    ItemName
    Text
    Yes
    ItemCount
    Integer
    Yes
    You enter these values at run time when you invoke the process.
    7Select the Output Fields tab and add the following fields:
    Name
    Type
    Status
    Text
    OrderID
    Text
    ItemPrice
    Number
    OrderPrice
    Number
    This is the output you see after you invoke the process.
    8Select the Advanced tab and set the Tracing Level to Verbose.
    When the Tracing Level is Verbose, the Application Integration Console logs all steps. This is useful if you need to debug the process.
    9Select the General tab and enter Order Management in the Name field.