Class: CadenceThrift::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

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

DECISIONTASKCOMPLETEDEVENTID =
10
DOMAIN =
20
WORKFLOWEXECUTION =
30
CONTROL =
40
CHILDWORKFLOWONLY =
50
FIELDS =
{
  DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true},
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true},
  CONTROL => {:type => ::Thrift::Types::STRING, :name => 'control', :binary => true, :optional => true},
  CHILDWORKFLOWONLY => {:type => ::Thrift::Types::BOOL, :name => 'childWorkflowOnly', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end