Creating the Project

Create a basic project containing a user task which can be used to generate a work item.

Procedure

  1. Create a new Analysis project:
    1. Select File > New > Analysis Project.
    2. Name the project CustomerServices.
    3. Select BPM as the Destination Environment, and click Next.
    4. On the Asset Type Selection page, deselect Business Objects.
    5. Click Finish.
  2. Expand Process Packages to the Process level, right-click on CustomerServices-Process, select Rename and name your process Customer Enquiry.
  3. Right-click on the project in Project Explorer, and select Properties.
  4. Select Project References, and from the list of references available, select EasyAsExtendedOMSolution and click OK. This means that you will be able to reference this organization model from the CustomerServices project.
  5. In the Process Editor view, where the Customer Enquiry process is displayed, open the Tasks folder on the Palette, and drag and drop the User Task icon onto the sequence flow between Start Event and End Event. Label this user task Log customer enquiry.
  6. Add a parameter to the process:
    1. Expand the Customer Enquiry process in Project Explorer, and click on Parameters.
    2. Click the plus sign at the right of the Properties view.
    3. Click in the Label column and change the name from the default Parameter to Customer Name.
    4. From Project Explorer, drag and drop the Customer Name parameter onto the Log customer enquiry task. A popup menu is displayed.
    5. Click Add Data To View. This means that the field contents are displayed as read-only when the work item is displayed.
  7. In Project Explorer, right-click Participants and select New > Participant, and name the new participant Customer Services Administrator.
  8. Select External Reference.
  9. Map the reference to the Group called Customer Services Representatives from the EasyAsExtendedOMSolution model, and click OK.
  10. Click Finish. The participant Customer Services Administrator has now been mapped to the Group Customer Services Representatives:
  11. Drag and drop Customer Services Administrator onto the user task Log customer enquiry. Check in the General tab under Properties for this Task, and you will see Customer Services Administrator shown under Participants.
  12. Press Control+S to save the changes you have made.