Package io.temporal.client
Class WorkflowExecutionCount
- java.lang.Object
-
- io.temporal.client.WorkflowExecutionCount
-
public class WorkflowExecutionCount extends java.lang.ObjectResult of counting workflow executions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowExecutionCount.AggregationGroupIndividual aggregation group record.
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionCount(io.temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()Total number of workflows matching the request.java.util.List<WorkflowExecutionCount.AggregationGroup>getGroups()Aggregation groups returned by the service.
-
-
-
Method Detail
-
getCount
public long getCount()
Total number of workflows matching the request.
-
getGroups
public java.util.List<WorkflowExecutionCount.AggregationGroup> getGroups()
Aggregation groups returned by the service.
-
-