Package io.temporal.client
Class WorkflowExecutionCount.AggregationGroup
- java.lang.Object
-
- io.temporal.client.WorkflowExecutionCount.AggregationGroup
-
- Enclosing class:
- WorkflowExecutionCount
public static class WorkflowExecutionCount.AggregationGroup extends java.lang.ObjectIndividual aggregation group record.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()Count of workflows in the group.java.util.List<java.util.List<?>>getGroupValues()Values of the group.
-