There was a discussion and a PR that was aiming to do it but it turned into a grain details page where developer needs to enter exact grain ID to see its state.
#156
What if I have several thousands of grains with auto-generated IDs, like SessionId:GrainType:EntityId, e.g. 1503525:Order:590, there is no way for me to know what grain ID was generated for orders within specific timeframe, e.g. last evening, so I can't use grain details page.
Is there a way to get a list of already activated grains?
There was a discussion and a PR that was aiming to do it but it turned into a grain details page where developer needs to enter exact grain ID to see its state.
#156
What if I have several thousands of grains with auto-generated IDs, like
SessionId:GrainType:EntityId, e.g.1503525:Order:590, there is no way for me to know what grain ID was generated for orders within specific timeframe, e.g. last evening, so I can't use grain details page.Is there a way to get a list of already activated grains?