Creating Process Mining Model

From QPR ProcessAnalyzer Wiki
Revision as of 20:22, 21 June 2021 by Ollvihe (talk | contribs) (Created page with "This page describes how a new process mining model can be created in QPR ProcessAnalyzer. Following steps need to be done: # Create datatable for events (eventlog) # Create da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page describes how a new process mining model can be created in QPR ProcessAnalyzer. Following steps need to be done:

  1. Create datatable for events (eventlog)
  2. Create datatable for case attributes (this is optional step).
  3. Create a model that use the datatables.
  1. Go to the Workspace.
  2. Create a new project for the model by clicking the parent project and click NEW and Project.
  3. When the target project is selected, click NEW and Datatable.
  4. Select the created datatable and select Import.
  5. Select a CSV file, adjust settings for the file and click Start import.
  6. Follow the same steps for the case attributes data.
  7. Click the models list in the headers, and from the opening dropdown list find the project. Hover the project and from the context menu (dots), select Create model.
  8. Model Properties dialog opens. Define a name for the model (e.g. Order-to-cash process).
  9. Click Cases datasource tab, select your cases datatable and define the column that contains the case id's.
  10. Click Events datasource tab, select your events datatable and define the columns that contains the case id's, event type and event time.
  11. Click Save for the dialog.
  12. New model has now been created! You can start the analysis by going to the Process Discovery and select the create model from the model list in the header.