ActiveVOS Designer User’s Guide
Tutorial Part 1: Starting a New Process covered creating a new project and a new BPEL file.
By completing Part 2 of the tutorial, you will be able to:
At the end of this tutorial part, you will understand the loan approval process we will build.
What is the Loan Approval Process?
The loan approval process starts by receiving a customer request for a loan amount. The risk assessment Web service is invoked to assess the request. If the loan is small and the customer is low risk, the loan is approved. If the customer is high risk, the loan is denied. If the customer needs further review or the loan amount is for $10,000 or more, the request is sent to the approver Web service. The customer receive feedback from the assessor or approver.
A top-down design would begin by adding activities to the Process Editor, without adding any valid attributes to them. A top-down design would look similar to this:

This part of the tutorial familiarizes you with the Process Editor, demonstrating features you can use to create a top-down design. We will not create a complete top-down design.
Step 1: Create a Receive activity
A BPEL process begins by receiving an input message. This means a top-down design would start with either a Receive or a Pick activity, since they are structured to receive data from a business partner’s Web service.
The activity is labeled with Message.
Receive Customer Request for Loan Amount.
or
Receive Customer Request for Loan
Amount.
The following example shows what your activity should look like.

Step 2: Working with Layout Features in the Process Editor
You can use several features in the Process Editor to optimize the display of your process. We will complete a short exercise to demonstrate the layout features.

Step 3: Save the File and Review BPEL Validation Messages
Take a moment to save your file. You will notice a change to your Receive activity icon. Also, some errors have been added to the Problems view, as shown.

These “errors” are added to the Problems view by default when you save your file. They are messages pertaining to the validation of BPEL code generated for your process. You can see the BPEL XML code in the Source view of the Process Editor.
The errors listed in Problems view will automatically disappear as we complete a valid BPEL process in the tutorial.
Continue to Tutorial Part 3: Creating a Process Service Consumer Participant.
Copyright (c) 2004-2011 Active Endpoints, Inc.