class documentation
class WorkflowExecutionCountAggregationGroup: (source)
Constructor: WorkflowExecutionCountAggregationGroup._from_raw(raw)
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 |
Search attribute values for this group. |
| Static Method | _from |
Undocumented |
@staticmethod
def _from_raw(raw:
def _from_raw(raw:
temporalio.api.workflowservice.v1.CountWorkflowExecutionsResponse.AggregationGroup) -> WorkflowExecutionCountAggregationGroup:
(source)
¶
Undocumented