bpm-diag / smartRPA

MIT License
17 stars 2 forks source link

number_of_decision_points function does only detect decisions in equal process logs #32

Open thohenadl opened 8 months ago

thohenadl commented 8 months ago

The function does not calculate decision points properly if there are two process variants.

Merge the attached two files for two processes. It will not identify any decision points at the moment: Process 1: COPY > COPY > COPY > COPY > COPY Process 2: COPY > COPY > EDGE > EDGE > COPY

Should be two variants of the process. 2024-02-02_14-22-37.csv 2024-02-02_14-23-05.csv

thohenadl commented 7 months ago

works as designed, the input files have to be two similar/equal processes. Thus, might be enhancement to detect that the processes in the log are actually the same.