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



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

def default_child_policy; "TERMINATE"; end

#default_task_listObject



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

def default_task_list; FlowConstants.use_worker_task_list; end

#default_task_priorityObject

The default task priority.The default value is ‘0’



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

def default_task_priority; 0; end

#default_task_start_to_close_timeoutObject

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



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

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



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

def tag_list; []; end