Hello Every One,
Every one knows with the Oracle BPM we can create business processes over which user can take action, review requested data and can track request status using activity guide and so on.
Before we start with real time implementation, let review about BPM standard dashboards & Activity Guide.
Using Dashboards in Process Workspace
Standard dashboards are the graphs and drill-downs based on data previously computed in a process cube schema. They reflect the standard metrics gathered during the execution of a process.
In each of the standard dashboards, clicking a bar graph in the left pane causes data to be displayed graphically in the right pane. Clicking an item in the right pane displays certain data in the Work Items panel in the lower pane. This section explains how each type of dashboard operates.
- Participant Dashboards:Two types of standard participant dashboards enable you to analyze:
- The workload of participants
- The performance of participants
2.Process Dashboards:Two types of standard process dashboards enable you to analyze:
- The number of process instances waiting for completion
- The average time taken per process
On the same layer we can create custom dashboards.
For more follow Oracle: DOC:https://docs.oracle.com/cd/E23943_01/user.1111/e15175/bpmug_ws_dshbds.htm#BPMUG10457
Using Activity Guides in Process Workspace
Activity guides organize your tasks into milestones. Each milestone is a specific set of tasks for you to complete, either on your own or in collaboration with others. For each milestone, the activity guide tells you which tasks to complete and in which order. You complete a milestone by completing all the tasks it contains for you. Depending on the nature of the task, you can save an unfinished task and resume it later.
Why Use Activity Guides
An activity guide can help organize the tasks involved in an onboarding process. The activity guide moves the user through the correct sequence of steps in the process. In this example, one milestone is Personal Info, which includes the task Validate personal info.
In an activity guide, users can act on only those tasks presently needing their attention in the current milestone. Once they have completed all their tasks for that milestone, they can act on the tasks for the next milestone. They cannot act on tasks in future milestones or on those assigned to other users.
For more follow oracle doc:
https://docs.oracle.com/cd/E28280_01/user.1111/e15175/bpmug_ws_act_gds.htm#BPMUG20909
Now we will see all steps for creating a BPM project:
Req:
- 2 level of user request review & updation.
- Standard dashboard.
- Process monitoring use.
- ADF application for user request review.
- SOAP service exposed from BPM layer for testing.
- File adapter to generate CSV file, We are not going indepth for file generation.
- Create A BPM Project with Async Process with it's defined type of input & Output.
BPM Project will be look like it.
Go to main BPM process.
You will see there are two human interaction, On each human interaction an ADF application called which help user to take action over requested data. After human interaction there is execlusive gateway, which check whether reviewer ACCEPTED user request or not, In case of rejection process will terminate at same point.
Go to CSV File generation process.
As you see, There is only one service Task which is just invoking file adapter to generate CSV file.
Steps required to enabled standard dashboard analytic for this BPM process:
Steps required to enabled Activity Guide for this BPM process:
Create new activity guide.
Once done, Go to activity guide.
Now you just need to deploy your process, You will see result...
Test It and face any issue, Report me!!!
Comments
Post a Comment