temporalio.client.ActivityExecutionCount
class documentation
class ActivityExecutionCount: (source)
Constructor: ActivityExecutionCount._from_raw(resp)
Representation of a count from a count activities call.
Warning
This API is experimental.
| Class Variable | count |
Total count matching the filter, if any. |
| Class Variable | groups |
Aggregation groups if requested. |
| Static Method | _from |
Create from raw proto response. |
groups: Sequence[ =
(source)
¶
Aggregation groups if requested.
def _from_raw(resp: temporalio.api.workflowservice.v1.CountActivityExecutionsResponse) -> ActivityExecutionCount:
(source)
¶
Create from raw proto response.