Class: CadenceThrift::ChildWorkflowExecutionFailedEventAttributes

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

Constant Summary collapse

REASON =
10
DETAILS =
20
DOMAIN =
30
WORKFLOWEXECUTION =
40
WORKFLOWTYPE =
50
INITIATEDEVENTID =
60
STARTEDEVENTID =
70
FIELDS =
{
  REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true},
  DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true},
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true},
  WORKFLOWTYPE => {:type => ::Thrift::Types::STRUCT, :name => 'workflowType', :class => ::CadenceThrift::WorkflowType, :optional => true},
  INITIATEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'initiatedEventId', :optional => true},
  STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2519
# File 'lib/gen/thrift/shared_types.rb', line 2519

def struct_fields; FIELDS; end

#validateObject



2521
2522
# File 'lib/gen/thrift/shared_types.rb', line 2521

def validate
end