CountClosedWorkflowExecutionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

Link copied to clipboard

If specified, only workflow executions that meet the close time criteria of the filter are counted.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

If specified, only workflow executions that meet the start time criteria of the filter are counted.

Link copied to clipboard

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

Link copied to clipboard

If specified, indicates the type of the workflow executions to be counted.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String