Class: AWS::Flow::WorkflowDefaults

Inherits:
Defaults
  • Object
show all
Defined in:
lib/aws/decider/options.rb

Overview

Defaults for ‘WorkflowOptions`.

Instance Method Summary collapse

Methods inherited from Defaults

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AWS::Flow::Defaults

Instance Method Details

#child_policyObject

The default child workflow policy. The default value is ‘TERMINATE`.



312
# File 'lib/aws/decider/options.rb', line 312

def child_policy; :TERMINATE; end

#data_converterObject

The default data converter. By default, this is YAMLDataConverter.



319
# File 'lib/aws/decider/options.rb', line 319

def data_converter; FlowConstants.default_data_converter; end

#tag_listObject

Returns a list of tags for the workflow. The default value is an empty array (no tags).



316
# File 'lib/aws/decider/options.rb', line 316

def tag_list; []; end

#task_start_to_close_timeoutObject

The default task start-to-close timeout duration. The default value is ‘30`.



309
# File 'lib/aws/decider/options.rb', line 309

def task_start_to_close_timeout; 30; end