You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it returns the entire <group name> -> <key name> string, but callers expect to get back just the counter name (which they will then combine with the group name).
The current result is that trying to get counters for a completed Flow will return 0.
I've made a change and confirmed it fixes the issue, but need to add a test and put that all in a branch for a pull request.
The text was updated successfully, but these errors were encountered:
Currently it returns the entire
<group name> -> <key name>
string, but callers expect to get back just the counter name (which they will then combine with the group name).The current result is that trying to get counters for a completed Flow will return 0.
I've made a change and confirmed it fixes the issue, but need to add a test and put that all in a branch for a pull request.
The text was updated successfully, but these errors were encountered: