Interface: ICountWorkflowExecutionsResponse
workflowservice.v1.ICountWorkflowExecutionsResponse
Properties of a CountWorkflowExecutionsResponse.
Implemented by
Properties
count
• Optional
count: null
| Long
If query
is not grouping by any field, the count is an approximate number
of workflows that matches the query.
If query
is grouping by a field, the count is simply the sum of the counts
of the groups returned in the response. This number can be smaller than the
total number of workflows matching the query.
groups
• Optional
groups: null
| IAggregationGroup
[]
groups
contains the groups if the request is grouping by a field.
The list might not be complete, and the counts of each group is approximate.