Versions Compared

Key

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

Insert excerpt
Business Process Profile Samples
Business Process Profile Samples
nopaneltrue

...

  1. Go to Main > Human Tasks > Add.
  2. Browse to and select the ClaimsApprovalTaskWithMultipleDomains.zip file, which is located in the <BPS<EI_HOME>/repositorysamples/samplesbusiness-process/humantask directory and click Upload.
  3. Click OK in the confirmation message and then refresh the page.
  4. The ApproveClaim and ClaimApprovalReminder task definitions appear in the deployed task configurations list. You can click a task definition to view it.

...

  1. Go to Main > Processes > Add.
  2. Browse to and select the ClaimsApprovalProcess.zip file, which is located in the <BPS<EI_HOME>/repositorysamples/samplesbusiness-process/bpel directory and click Upload.
  3. Click OK in the confirmation message, wait a few moments, and then refresh the page.
  4. The ClaimsApprovalProcess process is now deployed and appears in the Deployed Processes list.

...

  1. Go to Main > Processes > List.
  2. In the Process ID column, click the process ID for ClaimsApprovalProcess:http://www.wso2.org/humantask/claimsapprovalprocess.bpel}ClaimsApprovalProcess-1The Process Information screen appears, displaying information about this process.
  3. In the WSDL Details section of the process information screen, select claimsApprovalPartnerLink from the Partner-Links list, and then click Try It. A new browser window appears where you can replace the placeholder values with the values you want to send.
  4. Replace the sample with the following values:

     

  5. You can now view this process instance in the management console. Go to Main > Business Processes > Instances in order to do this.
  6. Notice that the ClaimsApprovalProcess-1 instance has been created and is active. Click the instance ID to view the activity flow. The flow of the process depends on the value we specified for the amount property. If the amount is less than 1000, the BPEL process handles the approval, so the process terminates without initiating the human task. If the amount is over 5000, as we specified above, the ClaimsApprovalTask is initiated, and the process waits until it receives approval from the human task activity. 
  7. To view this task, you must log in as the user who is assigned this task. This involves the following.
    1. Click Sign-out, and then log in as the regionalClerkUser.
    2. Go to Main > Human Tasks > List. (Click the link lower down in the left navigation pane, not the one in the Manage group).
  8. The task appears in the My Tasks list. In the Task ID column, click the link for the task.
  9. Click Start to start the task.
  10. To approve the request, click Approve in the Response section, and then click Complete.
  11. Go to Main > Business Processes > Instances. You can see that the instance, which was previously waiting for approval, is now completed successfully.

...