Posts

Showing posts from April, 2017

WCP-BPM12c: Process Workspace

Image
In case of you are planning to integrate the BPM Process Workspace in WebCenter Portal in 12c version then read the following :). First of all you need to follow the steps mentioned in the official documentation ( Note that now this information is in the BPM 12c documentation and not in WCP 12c documentation) : BPM 12c - Integrating with Oracle WebCenter Portal Basically you need to: Register a BPEL connection within WebCenter Portal. Restart Portal (then it will use this BPEL connection to create a Worklist Connection as well). You can check all of this connections by using WebCenter Portal WLST Scripts. Add the BPM Resource Catalog as in the Shared Assets of WebCenter Portal Surprisingly the Resource Catalog only offers the Task List and Available Processes Task Flows. I am wondering what happened with Cases and other stuff you can access in the BPM Workspace :/. In 11g version we had the Portal Templates and a complete setup of BPM Task Flows. All of them has been dep

WCP 12c: Automatic switch of the Skin when a Template is selected

Image
Do you like when an Out of the Box Page Template is selected then a Skin is selected automatically?. You can do it with to your custom Page Template / Skins as well. Basically you need to add a property to your Page Template called preferredSkin. Go to the Edit Propertie s of your Page Template and add the preferredSkin (skin-family name). preferredSkin Property for auto-skin selection Now when you select the Page Template then the Skin will be automatically selected as well. This will help your Portal Administrators to do not have headaches looking for the Skin that is more suitable for your Page Template.