Hi Friends,
Today I share the information which I face after deploying the SOA-BPEL Composite with Human Task and in BPM Task List Page I can see the BPEL Instance but after selecting the instance the task view is not rendering and I'm getting the error message like below:
Details not available for this task.
this error message is coming because the workflow application has no information about the task form application. so to avoid this message we need to perform a set of steps which are as follows:
1. Login to your EM (Enterprise Manager) console, and browse to your composite application in the section soa-Infra (soa_server1) and the partition of your composite where you deployed the application.
2. Once you click on the composite application, you will get the dashboard, which show you the information about scroll down to the "Component Metrics" section.
3. Click on the human task component from the list ("POApproval_Humantask" in this case).
4. Once you click on the HumanTask component, in the displayed page, go to "Administration" tab.
5. Click on "Add URI" button and fill the requested fields details for the URI:.
6. Apply the changes and confirm you can see the task details now.
Today I share the information which I face after deploying the SOA-BPEL Composite with Human Task and in BPM Task List Page I can see the BPEL Instance but after selecting the instance the task view is not rendering and I'm getting the error message like below:
Details not available for this task.
this error message is coming because the workflow application has no information about the task form application. so to avoid this message we need to perform a set of steps which are as follows:
1. Login to your EM (Enterprise Manager) console, and browse to your composite application in the section soa-Infra (soa_server1) and the partition of your composite where you deployed the application.
2. Once you click on the composite application, you will get the dashboard, which show you the information about scroll down to the "Component Metrics" section.
3. Click on the human task component from the list ("POApproval_Humantask" in this case).
4. Once you click on the HumanTask component, in the displayed page, go to "Administration" tab.
5. Click on "Add URI" button and fill the requested fields details for the URI:.
- Application name: worklist
- Host name: localhost(system Name/IP of system)
- HTTP port: 8001
- HTTPS port (optional):
- URI: /workflow/POApprovalHumanTask/faces/adf.task-flow?_id=POApproval_Humantask_TaskFlow&_document=WEB-INF/POApproval_Humantask_TaskFlow.xml
- where POApprovalHumanTask is the project Name
- POApproval_Humantask_TaskFlow is the human taskflow name so change accordingly
6. Apply the changes and confirm you can see the task details now.