Please enable JavaScript to view this site.

 

How to activate the easy process path forecasting "Process Path Continuation" for a self-made event log?

 

To execute the Process Path Continuation algorithm delete the comments of call mw_calculate_process_path_continuation; in the script tab 3. Initiate Mining Algorithms in the mpmX Template App. The function will only be executed, if the variable mvProcessFinished is defined - therefore, see Define when Your Process is Completed.

 

if(len('$(mvProcessFinished)')>3) then 

       call mw_calculate_process_path_continuation;

end if

 

 

Info

If mpmX EventLogGeneration Apps have been used to create the mpmX analytics Model, do not use process path continuation in the mpmX Template App as it has already been calculated before and the table is accessible in the mpmX Data Model folder.

 

 

The next time the app is loaded, the process path continuation is automatically performed on the open process paths. The results are available for analysis in the Process Monitoring worksheet.

 

Warning

Please note that the sheet "process monitoring" will unlock its full potential only if the process path continuation is calculated. But: the algorithm will reduce the reload velocity of the app because it needs time to do its calculations.

 

 

© by MEHRWERK GmbH