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.

Quick002

Here, you can organize your event logs and process models into folders. As 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 Add new button in the top right corner.

Quick003

This displays a drop-down of artifacts we can add. Click Folder.

Quick004

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

Quick005

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 Add new button. This time, select File upload.

Quick006

Click Browse to select the file to upload.

Quick007

After uploading the file, click OK. The Log Importer window opens up.

Quick008

Apromore automatically tags each column to a column type. We can change the column type using the dropdown. For instance, the “Purchase Requisition ID” column should be a Case ID, not an Event Attribute. The role and resource columns are assigned accordingly.

Quick009

Click Upload Log.

Quick010

We will be prompted to enter a log name and add a description.

Quick011

Click OK to upload the log.

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

We can view all the log artifiacts in the assets and details panel. Select the log and click the info icon to view this.

Quick051

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.

Quick013

Alternatively, we can double-click the log to open the model in Process discoverer.

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

Quick014

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.

Quick015

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.

Quick016

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.

Quick017

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

Quick018

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.

Quick019

Process Discover now displays the total duration for each activity.

Quick020

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.

Quick021

The process map now displays the resources in the cases.

Quick022

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

Quick023

By default, Process discoverer displays a process map. We can, however, discover a BPMN model instead of the default process map. The BPMN model uses events, tasks and gateways to describe the process flow.

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

Quick024

The discovered BPMN model is now displayed.

Quick025

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 Quick026. This opens the Filter log window.

Quick027

Click Performance.

Quick028

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

Quick029

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”.

Quick030

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 Dashboards > New dashboard.

Quick031Alternatively, we can select the dashboard icon from the menu bar that appear and click New dashboard.

Quick032

This will display Apromore default dashboard view.

Quick033

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

Quick034

  • Overview: 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.

Quick035

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

Quick036

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

Quick037

Click Create from scratch.

Quick038

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 Quick039

Quick040

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.

Quick041

We can create line charts, column charts, area charts, bar charts, etc using the Chart type drop-down.

Quick042

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.

Quick043

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

Quick045

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

Quick046

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.

Quick047

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

Quick048

Click Done to save the dashboard.

Quick049

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

Quick050