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

Animating incomplete processes #18

Open
sheepworrier opened this issue Jul 3, 2019 · 3 comments
Open

Animating incomplete processes #18

sheepworrier opened this issue Jul 3, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@sheepworrier
Copy link

sheepworrier commented Jul 3, 2019

I've got a process with 22 case_ids (cases) and 7 activity_ids (stages). All 22 cases have gone through the first 3 stages, but only 7 cases have moved on to stages 4-7. The other 15 are still stuck at stage 3. On the animation I would like to see that they are still stuck there, but instead they move straight to the End node as soon as they hit stage 3.

Is there a way to get my desired behaviour?

@fmannhardt
Copy link
Member

Hi, interesting use case for monitoring that I also have come across. This is currently not easy to achieve. I think the code works if you "hack" processmapR into not generating the "End" node, but the tokens will disappear after a while.

You might be able to simulate the behaviour by introducing a very long processing time for these tokens on the respective activities, but that would screw up the timeline and other stuff.

I think somehow signaling termination (or in progress state) of a process by a special symbol instead of an edge to the end would be useful to have. Can also clean up the process map a lot.

@fmannhardt fmannhardt added the enhancement New feature or request label Jul 25, 2019
@lindeloev
Copy link

lindeloev commented Oct 9, 2020

I want to put my vote on this suggestion too. It would be great to animate incomplete traces on a map without edges to the start- and end-nodes so that you could start/end the animation with the actual state rather than only with yet-to-start and yet-to-finish cases. In other words, it would be great if animations worked with left-censored and right-censored data.

In our case, the ideal would be that this is rather subtle: have cases fade in at the first recorded activity and fade out after the last recorded activity, without adding extra symbols.

Thanks again for a great package! The out-of-the-box shiny integration is awesome.

@fmannhardt fmannhardt self-assigned this Feb 25, 2021
@LoganCones
Copy link

I have this exact use case as well! Absolutely love this package but am running into the same issue with incomplete cases. Would be great to be able to highlight where the cases are "stuck" somehow.

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

4 participants