class documentation

class WorkflowExecutionCountAggregationGroup: (source)

Constructor: WorkflowExecutionCountAggregationGroup._from_raw(raw)

View In Hierarchy

Aggregation group if the workflow count query had a group-by clause.

Class Variable count Approximate number of workflows matching the original query for this group.
Class Variable group_values Search attribute values for this group.
Static Method _from_raw Undocumented

Approximate number of workflows matching the original query for this group.

Search attribute values for this group.

@staticmethod
def _from_raw(raw: temporalio.api.workflowservice.v1.CountWorkflowExecutionsResponse.AggregationGroup) -> WorkflowExecutionCountAggregationGroup: (source)

Undocumented