class CadenceThrift::StartChildWorkflowExecutionFailedEventAttributes
Constants
- CAUSE
- CONTROL
- DECISIONTASKCOMPLETEDEVENTID
- DOMAIN
- FIELDS
- INITIATEDEVENTID
- WORKFLOWID
- WORKFLOWTYPE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 2438 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 2440 def validate unless @cause.nil? || ::CadenceThrift::ChildWorkflowExecutionFailedCause::VALID_VALUES.include?(@cause) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field cause!') end end