bupaverse / processanimateR

Token replay animation for process maps created with processmapR by using SVG animations (SMIL) and the htmlwidget package.
https://bupaverse.github.io/processanimateR/
Other
66 stars 11 forks source link

Handling of Parallel activities #44

Open Stevew7777 opened 1 year ago

Stevew7777 commented 1 year ago

Hi

I've created a test eventlog with two activities that start at the exact same time but end at different times. and another event log with two activities that start at the exact same time and end at the exact same time.

I find that processanimateR v1.0.4 doesn't show these activities as parallel, rather sequential.

Is there any way to force processanimateR to show a true parallel path please and have a token also move along both parallel paths at the same time?

We are running R v4.0.2

Thanks.