Table of Contents |
---|
Introduction
The ClaimsApprovalTask sample has a BPEL process that accepts claims approval requests. If the claim approval amount is greater than 1000, the process requires human interaction for the claim approval.
Creating the Required
...
Role and
...
User
Before you run the sample, you must create two users with different roles.a user and role.
To create the roles:
- In the BPS management console, go to Configure -> Users and Roles -> Roles, and then click Add New Role.
- Enter regionalManagerRole regionalClerksRole for the role name and click Next.
- Select All Permissions to give all permissions to this role to the role created and click finish Finish (the users user will be added later).
- Repeat these steps to create another role called regionalClerksRole .
To create the users:
- Go to Configure -> Users and Roles -> Users, and then click Add New User.First, we will create a user who will have the regionalManagerRole role.
- Enter regionalManagerUser Enter regionalClerkUser for the user name and enter any password, and then click Next.
- Select regionalManagerRole regionalClerksRole and click Finish.
- Repeat these steps to create another user with username regionalClerkUser and assign the regionalClerksRole as the role.
You now have the two users and Now you are ready to deploy the sample.
Deploying the Sample
You will now deploy the ClaimsApprovalTask sample by adding the tasks and process associated with the sample.
...