Class CountOpenWorkflowExecutionsRequest

    • Method Detail

      • domain

        public final String domain()

        The name of the domain containing the workflow executions to count.

        Returns:
        The name of the domain containing the workflow executions to count.
      • startTimeFilter

        public final ExecutionTimeFilter startTimeFilter()

        Specifies the start time criteria that workflow executions must meet in order to be counted.

        Returns:
        Specifies the start time criteria that workflow executions must meet in order to be counted.
      • typeFilter

        public final WorkflowTypeFilter typeFilter()

        Specifies the type of the workflow executions to be counted.

        executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

        Returns:
        Specifies the type of the workflow executions to be counted.

        executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

      • tagFilter

        public final TagFilter tagFilter()

        If specified, only executions that have a tag that matches the filter are counted.

        executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

        Returns:
        If specified, only executions that have a tag that matches the filter are counted.

        executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

      • executionFilter

        public final WorkflowExecutionFilter executionFilter()

        If specified, only workflow executions matching the WorkflowId in the filter are counted.

        executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

        Returns:
        If specified, only workflow executions matching the WorkflowId in the filter are counted.

        executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object