Class: CadenceThrift::WorkflowExecutionConfiguration
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowExecutionConfiguration
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TASKLIST =
10
- EXECUTIONSTARTTOCLOSETIMEOUTSECONDS =
20
- TASKSTARTTOCLOSETIMEOUTSECONDS =
30
- FIELDS =
{ TASKLIST => {:type => ::Thrift::Types::STRUCT, :name => 'taskList', :class => ::CadenceThrift::TaskList, :optional => true}, EXECUTIONSTARTTOCLOSETIMEOUTSECONDS => {:type => ::Thrift::Types::I32, :name => 'executionStartToCloseTimeoutSeconds', :optional => true}, TASKSTARTTOCLOSETIMEOUTSECONDS => {:type => ::Thrift::Types::I32, :name => 'taskStartToCloseTimeoutSeconds', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1100 |
# File 'lib/gen/thrift/shared_types.rb', line 1100 def struct_fields; FIELDS; end |
#validate ⇒ Object
1102 1103 |
# File 'lib/gen/thrift/shared_types.rb', line 1102 def validate end |