Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. In the BPS management console, go to Configure -> Users and Roles -> Roles, and then click Add New Role.
  2. Enter regionalManagerRole regionalClerksRole for the role name and click Next. Image Removed
  3. 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). Image Removed
  4. Repeat these steps to create another role called regionalClerksRole .
    Image Removed

To create the users:

  1. 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.
  2. Enter regionalManagerUser Enter regionalClerkUser for the user name and enter any password, and then click Next.
    Image Removed 
  3. Select regionalManagerRole regionalClerksRole and click Finish. Image Removed
  4. 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.
Image Removed 

Deploying the Sample

You will now deploy the ClaimsApprovalTask sample by adding the tasks and process associated with the sample.

...