Hello community,
I have question about milestones:
from my understanding, milestones help to collect data (e.g. time data) for statistical purpose by saving and calling specific data of every token that enters the beginning / ending milestone activity in a process flow. With the help of the milestone activity, users can gather collective data.
But what if, I am not only interested in the collective data but in every single value of that data when a token enters the beginning and ending milestone activity?
for example, it is not difficult to pin a waiting line´s statistic to get its time-statistic distribution into a dashboard. If I was interested in the stay time of every single patient that waited in that particular waiting line, I could use milestone activities before the patient´s token enters the waiting line and after it leaves the waiting line. Specifically using milestone activities: how can I access the entry time and exit time of each patient / patient´s token to write these data into a global table? Since, looking into the statistic collector´s table I can´t allocate the saved times to a certain patient/token. Alternatively, I could write custom codes instead of using milestones, but using milestones seem to be more appropriate in my case.
I´d be happy about any ideas.
best regards