Class: CadenceThrift::SignalExternalWorkflowExecutionDecisionAttributes

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
EXECUTION =
20
SIGNALNAME =
30
INPUT =
40
CONTROL =
50
CHILDWORKFLOWONLY =
60
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  EXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'execution', :class => ::CadenceThrift::WorkflowExecution, :optional => true},
  SIGNALNAME => {:type => ::Thrift::Types::STRING, :name => 'signalName', :optional => true},
  INPUT => {:type => ::Thrift::Types::STRING, :name => 'input', :binary => true, :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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end