To deploy the Loan Process, you need to create a Business Process Archive (
.bpr
) file by exporting the Process Deployment Descriptor (
.pdd
) file. These files are packaged in the
deploy
folder of this sample along with another file containing a
.bprd
extension.
In the Navigator view, right-click on the
HumanApprovalCompleted
project and select
Export
.
Expand the Orchestration folder and select
Contribution - Business Process Archive
.
Press
Next
.
Set the following properties:
Make sure that the
loanProcessHumanCompleted.pdd
file is selected.
Press the
Browse
button and navigate to the
deploy
folder of your project and specify a file named
loanProcessHumanCompleted.bpr
.
Note
: the file is overwritten if it already exists.
Select
Web Service
from the
Type
picklist.
Create a
.bprd
file by checking
Save the contribution specification as an Ant script in the workspace (.bprd)
checkbox near the bottom of the dialog.
Navigate to the
deploy
folder of your project and specify a file named
loanProcessHumanCompleted.bprd
--if the file already exists, you will be asked if it is ok to replace it. The
.bprd
file will have all the choices that you specify during the deployment and makes re-deploying the process a one-step process. You will see how to deploy using the
.bprd
file in the next topic when you deploy the partner processes.
Your dialog should look similar to this:
Press the
Finish
button.
A dialog indicating the status of the deployment is displayed: