Quick start

This guide will show you how to get started with Apromore. You will discover how to use Apromore to analyze an event log.

Apromore Portal

Head over to your Apromore instance server and log in with your credentials. You will land in Portal, which allows you to interface with your Apromore Workspace.

../_images/Quick0021.png

Here, you can organize your event logs and process models into folders. As a best practice, it is recommended to organize individual projects in folders. Let us create a new folder for our analysis.

To create a folder, click the Create folder icon Quick046 in the menu bar.

../_images/Quick0031.png

Alternatively, we can right-click on any blank portion of our Apromore workspace. In the menu that appears, click Create folder.

../_images/Quick0041.png

Enter the name of the folder and click OK to create it.

../_images/Quick0051.png

Double-click on the folder to open it. We can upload an event log in the folder to begin our analysis. To upload an event log, click the Quick047 icon in the top menu.

../_images/Quick0061.png

Click Browse to select the file to upload and click OK.

../_images/Quick0071.png

The Log Importer window opens up.

../_images/Quick0081.png

Apromore automatically tags each column to a column type. We can change the type of a column using the dropdown. For instance, in our example, the “Purchase Requisition ID” column should be a Case ID, not an Event Attribute.

../_images/Quick0091.png

Click Upload Log.

../_images/Quick0101.png

We will be prompted to enter a log name.

../_images/Quick011.png

Click OK to upload the log.

The upload is performed in the background and can take some time. A spinning wheel is displayed next to the log name during the upload. The upload is complete when the spinning wheel stops. You are now ready to explore your event log.

Discover a Process

To view the operations we can perform with a log, right-click on the log. Click Discover model > From full log to open the model in Process Discoverer.

../_images/Quick012.png

Alternatively, we can double-click the file to open the model in Process Discoverer.

By default, Process Discoverer displays the event log as a process map.

../_images/Quick013.png

The process map is abstracted to display a certain percentage of nodes and arcs. A node is an activity, role, or Resource in the process map. An arc, on the other hand, indicates the direction of the next node or decision point.

In the Abstract by section, we can use the sliders to adjust the percentage of nodes/arcs that are displayed.

../_images/Quick014.png

When the slider is placed at 90 for Nodes and 50 for Arcs, 90% of the nodes and 50% of the arcs will be displayed.

../_images/Quick015.png

By default, Process Discoverer displays the case frequency on every node and arc. The case frequency is the number of cases where the activity of the arc appears at least once. We can change what Process Discoverer displays in the Overlay section.

../_images/Quick016.png

Click Duration to display the average duration for each activity in the cases.

../_images/Quick017.png

Similarly, we can click the Cost to display the average cost for each activity in the cases.

We can also change the frequency, duration, or cost metric to be displayed. For instance, if we wish to display the total duration instead of the average duration, click the dropdown and select Total.

../_images/Quick018.png

Process Discover now displays the total duration for each activity.

../_images/Quick019.png

By default, the event log is displayed based on the Activity perspective. This means that the process map displays the activities in the cases. We can change the perspective to Resource. Click the Perspective dropdown in the View section and select Resource.

../_images/Quick020.png

The process map now displays the resources in the cases.

../_images/Quick021.png

We can adjust the sliders to increase or decrease the percentage of arcs and nodes displayed.

../_images/Quick022.png

By default, Process Discoverer displays a process map. We can, however, discover a BPMN model instead of the default process map. In addition to activities, the BPMN model also displays gateways.

To display the BPMN model in Process Discoverer, toggle on the BPMN model in the View section.

../_images/Quick023.png

The discovered BPMN model is now displayed.

../_images/Quick024.png

Drill down with filters

We can focus on a specific subset of cases using filters. For instance, we can retain cases that take more than 14 days with the Performance filter.

In Process Discoverer, click the Filter icon Quick048. This opens the Filter log window.

../_images/Quick025.png

Click Performance.

../_images/Quick026.png

To retain cases that take more than 14 days, use the slider below to specify the 14-day range.

../_images/Quick027.png

Click OK to apply the filter. Process Discoverer now displays only cases that took more than 14 days.

We can also use the attribute filter to retain cases the activity “Confirm Purchase Order” occurs. In the Filter log window, click Attribute and select “Confirm Purchase Order”.

../_images/Quick028.png

Click OK to apply the filter. Process Discoverer now displays cases where the “Confirm Purchase Order” activity was present.

Launch a Dashboard

Apromore dashboard allows us to explore the event log and extract key statistics. From Portal, right-click on the event log and click Launch dashboard > Create new dashboard.

../_images/Quick029.png

This will display Apromore default dashboard view.

../_images/Quick030.png

This is the Overview view. We can change to other views by switching tabs in the top left corner.

../_images/Quick031.png
  • Overview view: This gives statistics of all the cases in the process.

  • Activity: This allows us to provide statistics from the perspective of the different activities in the process. For example, what the case frequency of each activity is.

../_images/Quick032.png
  • Resources: This gives information about each Resource. For example, what the case frequency for each Resource is.

../_images/Quick033.png

We can also create our custom view. Click “+” to add a view.

../_images/Quick034.png

Click Create from scratch.

../_images/Quick035.png

We can start adding charts, tables, tiles, etc, to the dashboard view. To add a new chart, for instance, click the Add new chart icon

A screen shot of a phone Description automatically generated

It generates a default “Activity instances over time” chart. This chart can be configured using a wide range of configurations. Click on the chart to display the configuration settings.

../_images/Quick037.png

We can create line charts, column charts, area charts, bar charts, etc.

A screenshot of a chart Description automatically generated

We can also specify the attribute or metric that should be displayed on the X-axis and Y-axis. We can change the title, subtitle and axis titles of the chart.

A screenshot of a chart Description automatically generated

We can also add a table to the view. Click the Add new table icon.

../_images/Quick040.png

The table is added to the view and can be configured.

../_images/Quick041.png

Click on the table to configure it. In the configuration panel that appears, we can change the table type. For instance, we can select First Touch (FT) statistics to create a first-touch metrics table.

../_images/Quick042.png

We can select the activities to be considered as first-touch activities. We can also specify the first-touch statistics to display.

../_images/Quick043.png

Click Done to save the dashboard.

../_images/Quick044.png

We’d be prompted to name the dashboard. Click OK.

../_images/Quick045.png