Class: CadenceThrift::RespondDecisionTaskCompletedRequest

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

TASKTOKEN =
10
DECISIONS =
20
EXECUTIONCONTEXT =
30
IDENTITY =
40
STICKYATTRIBUTES =
50
RETURNNEWDECISIONTASK =
60
FORCECREATENEWDECISIONTASK =
70
BINARYCHECKSUM =
80
QUERYRESULTS =
90
FIELDS =
{
  TASKTOKEN => {:type => ::Thrift::Types::STRING, :name => 'taskToken', :binary => true, :optional => true},
  DECISIONS => {:type => ::Thrift::Types::LIST, :name => 'decisions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::Decision}, :optional => true},
  EXECUTIONCONTEXT => {:type => ::Thrift::Types::STRING, :name => 'executionContext', :binary => true, :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true},
  STICKYATTRIBUTES => {:type => ::Thrift::Types::STRUCT, :name => 'stickyAttributes', :class => ::CadenceThrift::StickyExecutionAttributes, :optional => true},
  RETURNNEWDECISIONTASK => {:type => ::Thrift::Types::BOOL, :name => 'returnNewDecisionTask', :optional => true},
  FORCECREATENEWDECISIONTASK => {:type => ::Thrift::Types::BOOL, :name => 'forceCreateNewDecisionTask', :optional => true},
  BINARYCHECKSUM => {:type => ::Thrift::Types::STRING, :name => 'binaryChecksum', :optional => true},
  QUERYRESULTS => {:type => ::Thrift::Types::LIST, :name => 'queryResults', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::WorkflowQueryResult}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end