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

#data_converterObject

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



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

def data_converter; FlowConstants.default_data_converter; end

#default_child_policyObject

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



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

def default_child_policy; "TERMINATE"; end

#default_task_start_to_close_timeoutObject

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



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

def default_task_start_to_close_timeout; 30; end

#tag_listObject

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



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

def tag_list; []; end