Token waiting in parallel gateway visible in single process instance view but not in multi instance view

Hi,

We have the following business process that waits for a certain fixed time period collecting data and after that time it ends. For this we have created a parallel gateway fork in the beginning and a merge in the end.

If I select a process instance where data is collected and it’s waiting for the timer expiry I can see the token waiting in the end for that parallel gateway merge (image 1).

But if I go to the collective view, where I expect to see the total number of tokens waiting at that gateway I find nothing. (image 2)

Has anyone else faced similar issue or has any clue if this is a known issue?

[We use Camunda 7.17 with Spring Boot 2.6.7 and Java 11]