Class WorkflowExecutionCount


  • public class WorkflowExecutionCount
    extends java.lang.Object
    Result of counting workflow executions.
    • Constructor Detail

      • WorkflowExecutionCount

        public WorkflowExecutionCount​(@Nonnull
                                      io.temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse response)
    • Method Detail

      • getCount

        public long getCount()
        Total number of workflows matching the request.