Class: CadenceThrift::ResetWorkflowExecutionRequest

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

DOMAIN =
10
WORKFLOWEXECUTION =
20
REASON =
30
DECISIONFINISHEVENTID =
40
REQUESTID =
50
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true},
  REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true},
  DECISIONFINISHEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionFinishEventId', :optional => true},
  REQUESTID => {:type => ::Thrift::Types::STRING, :name => 'requestId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end