Class: CadenceThrift::SignalExternalWorkflowExecutionInitiatedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::SignalExternalWorkflowExecutionInitiatedEventAttributes
- 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
- SIGNALNAME =
40
- INPUT =
50
- CONTROL =
60
- CHILDWORKFLOWONLY =
70
- 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}, 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_fields ⇒ Object
2289 |
# File 'lib/gen/thrift/shared_types.rb', line 2289 def struct_fields; FIELDS; end |
#validate ⇒ Object
2291 2292 |
# File 'lib/gen/thrift/shared_types.rb', line 2291 def validate end |