Class: CadenceThrift::DescribeWorkflowExecutionResponse

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

EXECUTIONCONFIGURATION =
10
WORKFLOWEXECUTIONINFO =
20
PENDINGACTIVITIES =
30
PENDINGCHILDREN =
40
FIELDS =
{
  EXECUTIONCONFIGURATION => {:type => ::Thrift::Types::STRUCT, :name => 'executionConfiguration', :class => ::CadenceThrift::WorkflowExecutionConfiguration, :optional => true},
  WORKFLOWEXECUTIONINFO => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecutionInfo', :class => ::CadenceThrift::WorkflowExecutionInfo, :optional => true},
  PENDINGACTIVITIES => {:type => ::Thrift::Types::LIST, :name => 'pendingActivities', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::PendingActivityInfo}, :optional => true},
  PENDINGCHILDREN => {:type => ::Thrift::Types::LIST, :name => 'pendingChildren', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::PendingChildExecutionInfo}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end