Tutorial: Order Management

Tutorial: Order Management

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.
  1. In
    Application Integration
    , click
    New
    .
  2. In 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.
  3. Click the
    Start
    step.
    The process properties section appears.
  4. Select the
    General
    tab and enter the following properties:
    1. Click
      Select
      next to
      Location
      and then browse to and select the
      Tutorials
      Order Management
      folder.
    2. In the
      Description
      field, enter
      Use multiple services to get order status, order ID, item price, and order price based on customer details
      .
  5. Select the
    Start
    tab and enter the following properties:
    1. In the
      Binding
      list, select
      HTTP/SOAP
      .
      The Binding property defines how a process is invoked.
    2. Next to
      Allowed Roles
      , enter
      Service Consumer
      .
      Only users who have the Service Consumer role assigned to them can access the process service URL and invoke the process.
    3. In the
      Run On
      list, select
      Cloud Server
      .
    Do not change the
    Applies To
    or
    Run As
    fields in the
    Start
    tab.
  6. Select 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.
  7. Select 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.
  8. Select 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.
  9. Select the
    General
    tab and enter
    Order Management
    in the
    Name
    field.

0 COMMENTS

We’d like to hear from you!