class CadenceThrift::PendingChildExecutionInfo
Constants
- FIELDS
- INITIATEDID
- PARENTCLOSEPOLICY
- RUNID
- WORKFLOWID
- WORKFLOWTYPNAME
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 4301 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 4303 def validate unless @parentClosePolicy.nil? || ::CadenceThrift::ParentClosePolicy::VALID_VALUES.include?(@parentClosePolicy) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field parentClosePolicy!') end end