class CadenceThrift::WorkflowExecutionContinuedAsNewEventAttributes
Constants
- BACKOFFSTARTINTERVALINSECONDS
- DECISIONTASKCOMPLETEDEVENTID
- EXECUTIONSTARTTOCLOSETIMEOUTSECONDS
- FAILUREDETAILS
- FAILUREREASON
- FIELDS
- HEADER
- INITIATOR
- INPUT
- LASTCOMPLETIONRESULT
- MEMO
- NEWEXECUTIONRUNID
- SEARCHATTRIBUTES
- TASKLIST
- TASKSTARTTOCLOSETIMEOUTSECONDS
- WORKFLOWTYPE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 1686 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 1688 def validate unless @initiator.nil? || ::CadenceThrift::ContinueAsNewInitiator::VALID_VALUES.include?(@initiator) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field initiator!') end end