Exploring BPMN Artifacts
The BPMN Explorer enables users to interact with /wiki/spaces/EI6xx/pages/49615043. It's a Jaggery-based, lightweight web application that you can customize and deploy in a web server.
Warning!
Note that the BPMN Explorer is a sample web application that is enabled in the Business Process profile by default (for demonstration purposes). It is not recommended for use in a production environment.
If required, you can develop your own web apps to replace the BPMN Explorer or you can use the BPMN REST API .
Accesing the BPMN Explorer
You access the BPMN Explorer at: https:/<HOST_IP>:9445/bpmn-explorer/login
.
- If you want to log in to the BPMN Explorer as a user residing in a secondary user store, provide the username in the following format:
<DOMAIN>/<USER>
. E.g.,foo/user1
- If you configured the BPMN Explorer for a tenant account, you access it at:
https://<HOST_IP>/t/<TENANT_DOMAIN>/jaggeryapps/bpmn-explorer/
The BPMN Explorer has the following features and functionalities.
- Dashboard - View statistics for the deployed processes
- Tasks - View and take action on tasks
- Processes - View and start processes
- Monitoring - Monitor process activity
- Reports - Generate reports for processes
Dashboard
Use the DASHBOARD tab to view statistics, such as the process instance count, and the status of process and task instances.
Tasks
Use the TASKS tab to view and take action on your BPMN tasks and to claim tasks you want to work on.
My tasks
This tab displays the task instances that are assigned to the user who is logged in. Click on a task to select it.
Claimable tasks
Select a task and click Claim Task to claim it if it is not assigned to a user.
Completed tasks
This tab displays the list of the completed BPMN task instances.
Click on a task to view more information such as task description, assignee, status etc. about it.
Processes
Use the PROCESSES tab to start the deployed BPMN processes and view their process diagrams.
Click the Process Definition ID of a process to view the process diagram of it.
VacationRequestProcess
shown above:
The process will stop after the specified number of days.
Monitoring
Use the MONITORING tab to view the activity of specific process instances using the Process Instance ID.
Also, you can perform an advanced filtering search for a Process Instance ID.
Reports
Click Generate Report in the REPORTS tab to generate statistical reports of the actions you performed on BPMN processes.
You can generate the following reports for a single process or for all processes.
- Process Instance Count
- Average Time Duration Of Completed Processes
- Task Durations Of Completed Process
- User Vs Number Of Tasks Completed
- User Vs Average Time Taken to Complete Tasks
- Task Instance Count Variation Over Time
- Process Instance Count Variation Over Time
- User Performance Of Tasks Instances Over Time
Now that you understand how to create, deploy and explore BPMN artifacts, next take a look at:
- /wiki/spaces/EI6xx/pages/49617299 for information on trying out end to end use cases.
- /wiki/spaces/EI6xx/pages/49611654 for information on how to run samples that are shipped with WSO2 EI.