class documentation
class WorkflowExecutionCount: (source)
Constructor: WorkflowExecutionCount._from_raw(raw)
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 |
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`.
@staticmethod
def _from_raw(raw:
def _from_raw(raw:
temporalio.api.workflowservice.v1.CountWorkflowExecutionsResponse
) -> WorkflowExecutionCount
:
(source)
¶
Undocumented