class CadenceThrift::ListClosedWorkflowExecutionsRequest

Constants

DOMAIN
EXECUTIONFILTER
FIELDS
MAXIMUMPAGESIZE
NEXTPAGETOKEN
STARTTIMEFILTER
STATUSFILTER
TYPEFILTER

Public Instance Methods

struct_fields() click to toggle source
# File lib/gen/thrift/shared_types.rb, line 3902
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/gen/thrift/shared_types.rb, line 3904
def validate
  unless @statusFilter.nil? || ::CadenceThrift::WorkflowExecutionCloseStatus::VALID_VALUES.include?(@statusFilter)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field statusFilter!')
  end
end