Class: CadenceThrift::WorkflowService::StartWorkflowExecution_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/workflow_service.rb

Constant Summary collapse

SUCCESS =
0
BADREQUESTERROR =
1
INTERNALSERVICEERROR =
2
SESSIONALREADYEXISTERROR =
3
SERVICEBUSYERROR =
4
DOMAINNOTACTIVEERROR =
5
LIMITEXCEEDEDERROR =
6
ENTITYNOTEXISTERROR =
7
CLIENTVERSIONNOTSUPPORTEDERROR =
8
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::CadenceThrift::StartWorkflowExecutionResponse},
  BADREQUESTERROR => {:type => ::Thrift::Types::STRUCT, :name => 'badRequestError', :class => ::CadenceThrift::BadRequestError},
  INTERNALSERVICEERROR => {:type => ::Thrift::Types::STRUCT, :name => 'internalServiceError', :class => ::CadenceThrift::InternalServiceError},
  SESSIONALREADYEXISTERROR => {:type => ::Thrift::Types::STRUCT, :name => 'sessionAlreadyExistError', :class => ::CadenceThrift::WorkflowExecutionAlreadyStartedError},
  SERVICEBUSYERROR => {:type => ::Thrift::Types::STRUCT, :name => 'serviceBusyError', :class => ::CadenceThrift::ServiceBusyError},
  DOMAINNOTACTIVEERROR => {:type => ::Thrift::Types::STRUCT, :name => 'domainNotActiveError', :class => ::CadenceThrift::DomainNotActiveError},
  LIMITEXCEEDEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'limitExceededError', :class => ::CadenceThrift::LimitExceededError},
  ENTITYNOTEXISTERROR => {:type => ::Thrift::Types::STRUCT, :name => 'entityNotExistError', :class => ::CadenceThrift::EntityNotExistsError},
  CLIENTVERSIONNOTSUPPORTEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'clientVersionNotSupportedError', :class => ::CadenceThrift::ClientVersionNotSupportedError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1809
# File 'lib/gen/thrift/workflow_service.rb', line 1809

def struct_fields; FIELDS; end

#validateObject



1811
1812
# File 'lib/gen/thrift/workflow_service.rb', line 1811

def validate
end