ActiveVOS Designer User’s Guide
To start at the beginning of the tutorial, see Introduction to ActiveVOS Tutorial.
If you have followed all tutorial parts so far, you have deployed and run a BPEL process on the ActiveVOS server.
Before starting this part of the tutorial, we recommend that you complete Tutorial Part 10: Creating a Request to Run the Process.
In the Project Explorer view of ActiveVOS, you should have the following files:
By completing Part 11 of the tutorial, you will be able to:
Step 1: Add a breakpoint to tutorial.bpel
You can connect to a running or completed process from within ActiveVOS Designer for remote debugging. There are several options for remote debugging, and we will set a breakpoint in the process and then attach to the running process when the breakpoint is hit.

Step 2: Start the server
The server must be running in order to start remote debugging, so start the server now (if it is not already running) before setting up a debug configuration.
Step 3: Create a configuration for launching a remote debug session
A remote debug configuration indicates where processes are running and how you want to attach to them.
tutorial_run_to_breakpoint.
Your Debug configuration dialog should look like the following example.

Your Debug view should look like the following example.

Step 4: Instantiate the process
You can create an instance of the process by using the ActiveVOS Central request form, as you did in Part 10 of the tutorial.
Step 5: Begin remote debugging

creditInformation variable
displays the data submitted by the ActiveVOS Central request.
approval variable.
Notice that Jones is not going to get a loan. The reply indicates
a decline, as shown.

The LoanApproval and RiskAssessment services are built on the following logic:
|
5000 <loan amount <=20000 |
Jones is declined, all others approved |
|
20000<loan amount<=50000 |
Only Smith is approved, all others declined |
|
loan amount>50000 |
Everyone is declined |
|
Last name: Approvefault |
Loan approver faults |
|
Last name: Assessfault |
Loan assessor faults |
Next Steps
Create a new Orchestration project for Human Approval Completed. This process replaces the Invoke Loan Approval activity with a People activity, as shown in the illustration. The documentation that accompanies the Human Task (BPEL for People) sample describes how to deploy and run the sample. You can also review the ActiveVOS BPEL for People online help for details on building a People activity to add human workflow to your BPEL process.

Copyright (c) 2004-2010 Active Endpoints, Inc.