I have a Workflow in my production environment that shows over 2000 Successful Runs and an Error Rate of 0.84%. When I make a GET call to the List Workflows endpoint ({{baseUrl}}/workflows), it says it’s run 0 times.
When I try to call the List Workflow Executions endpoint for that workflow, it gives me an empty array (which makes sense given that the List Workflows endpoint reports 0 executions, but doesn’t make sense in a world where there’s actually 2000+ executions).
Just to chime in, I tested this in a partner tenant and am seeing the same results as you. However when I get a workflow by ID, I do see executionCount and failureCount populated.
GET ‘{{baseURL}}workflows/{id}’