When the server host name is not properly set during SOA installation, BPM picks up the default server URL while rendering webforms. This could cause rendering issue since webform expects full server hostname (localhost or short server hostname will not render the webform content).
Check out here for further configuration required for BPM PS6 WebForms...
Often the easier fix would be to manually update the host name in the enterprise manager for each of the human tasks in the BPM process. But that could be time consuming especially if you have many human tasks in your process and redo this every time you redeploy the process.
To have a permanent fix in place so that all human task webforms in future use the fully qualified hostname, set the FusionAppsFrontEndHostUrl property in your soa-infra as shown below;
1. Login to EM console as administrator (eg. weblogic)
2. Expand SOA, Right-Click on soa-infra -> choose SOA Administration -> Workflow Properties
3. In the resulting "Workflow Notification Properties" screen click "More Workflow Notification Configuration Properties..."
4. Enter the required fully qualified URL in the "FusionAppsFrontEndHostUrl" property in the following format;
*=http://hostname:port
5. Click on "Apply" and save the settings.
Henceforth, all BPM deployments would make use of the FusionAppsFrontEndHostUrl to render the forms.
Check out here for further configuration required for BPM PS6 WebForms...
Often the easier fix would be to manually update the host name in the enterprise manager for each of the human tasks in the BPM process. But that could be time consuming especially if you have many human tasks in your process and redo this every time you redeploy the process.
To have a permanent fix in place so that all human task webforms in future use the fully qualified hostname, set the FusionAppsFrontEndHostUrl property in your soa-infra as shown below;
1. Login to EM console as administrator (eg. weblogic)
2. Expand SOA, Right-Click on soa-infra -> choose SOA Administration -> Workflow Properties
3. In the resulting "Workflow Notification Properties" screen click "More Workflow Notification Configuration Properties..."
4. Enter the required fully qualified URL in the "FusionAppsFrontEndHostUrl" property in the following format;
*=http://hostname:port
5. Click on "Apply" and save the settings.
Henceforth, all BPM deployments would make use of the FusionAppsFrontEndHostUrl to render the forms.




