Accessing the Process Mining User Interface
The IBM Process Mining user interface is accessible through the IBM Automation Platform UI.
The IBM Process Mining route is only available for REST API integration.
Accessing the Platform UI
The status of your IBM Process Mining Custom Resource Definition (CRD) instance contains information on the URL for accessing the application.
You can log in to the platform UI by using your Red Hat® OpenShift® Container Platform credentials or by using the 'admin' user.
The credentials for the 'admin' user are stored in the platform-auth-idp-credentials secret in Red Hat® OpenShift® Container Platform. To get the password, use the following command:
oc -n processmining get secret platform-auth-idp-credentials -o jsonpath='{.data.admin_password}' | base64 -d & echo
You can access the IBM Process Mining application using the link in the Analyze > Process Mining section in the navigation pane.
Configuring IBM Process Mining roles
Only authorized users can see IBM Process Mining in the navigation menu.
During the user creation, you can assign the following IBM Process Mining roles:
- Administrator
- Automation Administrator
- Automation Analyst
- User
Automation administrator role permissions grant users access to IBM Process Mining as administrators. You can log in to the Admin Console and manage application permissions for all users.
Automation analyst role permissions grant access to IBM Process Mining as a regular user. You create processes and upload data with the Automation Analyst role permissions.
Obtaining the Platform UI URL from the CRD status
The status of your Custom Resource Definition (CRD) instance contains information on the URL for accessing the application.
To view YAML structure of your instance, use the following command:
oc get ProcessMining -o yaml
You can view the following information in the YAML file:
components.processmining- The endpoint of the IBM Process Mining REST API interface (more details are available in the IBM Process Mining REST API Manual).
components.taskminer- The endpoint that is used by the Task Mining Agent and Designer. This URL must be defined in the configuration (more details are available in the IBM Task Mining Client Setup Guide).
components.ui- The URL of the IBM Automation portal that is used to log in to the portal.
Deployment status- The condition with type
Readyis true when all components (Zen and all IBM Process Mining pods) are in ready status. Operand versions- This shows the list of available operand versions and operator channels.