class documentation

class WorkflowExecutionCount: (source)

Constructor: WorkflowExecutionCount._from_raw(raw)

View In Hierarchy

Representation of a count from a count workflows call.

Class Variable count Approximate number of workflows matching the original query.
Class Variable groups Groups if the query had a group-by clause, or empty if not.
Static Method _from_raw Undocumented

Approximate number of workflows matching the original query.

If the query had a group-by clause, this is simply the sum of all the counts in py`groups`.

Groups if the query had a group-by clause, or empty if not.