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

minus sign in process map #25

Open
Sedat1982 opened this issue Jun 3, 2020 · 1 comment
Open

minus sign in process map #25

Sedat1982 opened this issue Jun 3, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Sedat1982
Copy link

Hello, when i get the process map according to the mean of days, it shows minues sign in some activities. what is the meaning of the minus sign in activites,? Thank you.

image

@gertjanssenswillen gertjanssenswillen transferred this issue from bupaverse/bupaR Jun 18, 2020
@gertjanssenswillen gertjanssenswillen added the documentation Improvements or additions to documentation label Jun 18, 2020
@gertjanssenswillen
Copy link
Member

The performance map can show to types of information on flows: idle_time and inter_start_time. (argument flow_time in performance()) function
Idle_time is the time between end of activity and start of next activty (default)
Inter_start_time is the time between start of two consecutive activities

Idle time can be negative, if the next activity starts before the current one is finished. This is one of the drawbacks of process maps for process discovery, as it is not able to display concurrent activities.

In your example:

  • the activity "Sistem ... on average (I assume, depends on your configuration). takes 1.23 days
  • if it is followed by itself, that one average, the second one starts 4.5 days before the current one has finished (notice that this is not within the average duration of the activity, but is technically possible, as we are taking about a subset here)

Sth similar is true for the other activity.

Hope this is somewhat clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants