Adding functions to the Process Admin Console using services
You can add functions to the Process Admin Console by creating a service in the Designer and then adding a page for the service to the Process Admin Console.
Procedure
Results
An administration service is implemented as a human service that includes coaches. The administration service runs in the Process Admin Console and, therefore, uses the same browser settings as the Process Admin Console. The Process Admin Console must run in Internet Explorer 8 Compatibility Mode while the coach views in IBM BPM V8.5.6 or later are guaranteed to work only in newer versions of Internet Explorer.
To avoid this
problem use one of the following workarounds:
- Use a different browser, such as Mozilla Firefox or Google Chrome to work in the Process Admin Console.
- Expose the administration service as a dashboard in IBM Process Portal and handle access to the dashboard by using the Exposed To setting.
- Expose the administration service as a URL and handle access to the URL by using the
Exposed To setting. Then, implement an administration service that embeds a
custom HTML coach control that opens a new browser window and calls the intended service from the
teamworks/executeServiceByName URL with the respective information of the service, for example
.<script type="text/javascript">window.open("/teamworks/executeServiceByName?processApp=acronym&serviceName=MyAdminService", "NewWindow" ) </script>