Class: AWS::Flow::WorkflowRegistrationDefaults

Inherits:
WorkflowDefaults show all
Defined in:
lib/aws/decider/options.rb

Instance Method Summary collapse

Methods inherited from WorkflowDefaults

#data_converter

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

#default_child_policyObject

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



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

def default_child_policy; "TERMINATE"; end

#default_task_listObject



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

def default_task_list; FlowConstants.use_worker_task_list; end

#default_task_start_to_close_timeoutObject

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



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

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).



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

def tag_list; []; end