Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thohenadl opened this issue Feb 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@thohenadl
Copy link
Collaborator

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 thohenadl added the bug Something isn't working label Feb 2, 2024
@thohenadl thohenadl self-assigned this Feb 2, 2024
@thohenadl
Copy link
Collaborator Author

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.

@thohenadl thohenadl changed the title number_of_decision_points function does not detect decision points number_of_decision_points function does only detect decisions in equal process logs Feb 9, 2024
@thohenadl thohenadl added enhancement New feature or request and removed bug Something isn't working labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant