To run this sample, the Business Process Choreographer Explorer will be used to start processes and work with the human tasks, and a client application delivered with this sample will be used to perform the queries based on the query properties.
To start the BPC Explorer in the integrated test environment of your WebSphere® Integration Developer, perform the following steps:
To start the BPC Explorer on WebSphere Process Server, perform the following steps:
http://yourhost:yourport/bpc
.
Note:
Replace yourhost
with your server's internet address and yourport
with the port of your server's HTTP transport,
for example
If security is enabled, the BPC Explorer opens with a login screen:
The BPC Explorer opens:
To start the insurance claim process, complete the following steps:
The Currently ValidProcess Templates view is displayed:
The Process Input Message view opens:
To retrieve information about all insurance claim review tasks, complete the following steps:
http://yourhost:yourport/QueryPropertiesWeb/
.
Note:
Replace yourhost
with your server's internet address and replace yourport
with the port of your server's HTTP transport,
for example
To retrieve information about all insurance claim review tasks for a given customer ID, complete the following steps:
http://yourhost:yourport/QueryPropertiesWeb/
.
Note:
Replace yourhost
with your server's internet address and replace yourport
with the port of your server's HTTP transport,
for example
When the insurance claim process is started, a review human task is created. To work with this human task, perform the following steps:
The My To-dos view opens:
The Task Message view is displayed:
The insurance claim process is a long-running business process, and the process output message is computed asynchronously. To display the process output message that contains the result of the insurance claim process, follow these steps:
The Process Instances for Process Templates view is displayed:
Note:
The process instance that was completed in the previous step is in the Finished state.
The Process Instance view is displayed:
The process output message is displayed:
If you have finished the insurance claim review task for the customer ID you have specified in the Query all insurance claim review tasks for a specific customer ID section above, this task will no longer be shown when you repeat this query. This is due to the fact that the query only returns tasks that still need to be worked on.
The query results are displayed:
Note:
The insurance claim process for this customer ID has been finished, and
therefore no review task exists.
When no customer ID is specified, the remaining second insurance claim review task will be shown.