Class: CadenceThrift::RequestCancelExternalWorkflowExecutionDecisionAttributes

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
WORKFLOWID =
20
RUNID =
30
CONTROL =
40
CHILDWORKFLOWONLY =
50
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  WORKFLOWID => {:type => ::Thrift::Types::STRING, :name => 'workflowId', :optional => true},
  RUNID => {:type => ::Thrift::Types::STRING, :name => 'runId', :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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end