Skip to main content

Folder Structure

To configure your application, use the folder structure shown in the image below or look at the Install and Configure Section of the Help Documentation where it is explained Step by Step.

Folder Structure
Folder Structure

You can also watch the following video (4:17) for detailed information.

Detailed Information on the Folders

  • mpmX_apps: The template apps can be found here

    • mpmX TaskApp [[version]].qvf: This is the template for a task for a partial load.
    • mpmX TemplateApp Wizard [[version]].qvf: This file has still all the inline tables in the data load editor. Our Import Wizard can only work with that.

 

  • mpmX_data: All the event logs and further data should be placed in this folder. This folder is also used to store logs to analyze the performance. Also, the whole process model after the mining could be stored here, which would be necessary if in the future you wish to load subsets, such as the conformance checking.
    • event_logs: Here you can put in data from different scenarios (i.e. a P2P Process) and then later from each application access this data.
    • logging: Inside here, the performance will be logged. This will be created along the way.
    • process_analytic_models: Analytics models will be stored here.

 

  • mpmX_repository: The MasterItems can be found here in order to be edited. Also, all the inline tables for configurations like happy paths, subprocesses, groups etc. are done here
    • mpmX_config_repository.qvs or mpmX_config_repository.xlsx: You can decide to edit in qvs or excel. Therefore both files are shown here.

 

  • mpmX_scripts: In the customizing folder, the event log should be configured and loaded. Additionally, a resource log and case information can be loaded. The Variables are also configured in here. The mpmX_impl folder should remain untouched
    • customizing: Inside here you are allowed to change files to customize your app.
      • ExampleProcess: Inside here is the custom_logic.qvs, where you model your data and the custom_variables.cvs where you set all your variables.
      • mpmX_impl: Here you can see the modularization of the algorithm.You must not change anything inside the core scripts or it will result in the app not working
      • core scripts: DO NOT CHANGE