Class: CadenceThrift::WorkflowExecution

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

WORKFLOWID =
10
RUNID =
20
FIELDS =
{
  WORKFLOWID => {:type => ::Thrift::Types::STRING, :name => 'workflowId', :optional => true},
  RUNID => {:type => ::Thrift::Types::STRING, :name => 'runId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end