class AWS::Flow::WorkflowRegistrationDefaults
Public Instance Methods
default_child_policy()
click to toggle source
The default child workflow policy. The default value is ‘TERMINATE`.
# File lib/aws/decider/options.rb, line 354 def default_child_policy; "TERMINATE"; end
default_task_list()
click to toggle source
# File lib/aws/decider/options.rb, line 363 def default_task_list; FlowConstants.use_worker_task_list; end
default_task_priority()
click to toggle source
The default task priority.The default value is ‘0’
# File lib/aws/decider/options.rb, line 361 def default_task_priority; 0; end
default_task_start_to_close_timeout()
click to toggle source
The default task start-to-close timeout duration. The default value is ‘30`.
# File lib/aws/decider/options.rb, line 351 def default_task_start_to_close_timeout; 30; end
tag_list()
click to toggle source
Returns a list of tags for the workflow. The default value is an empty array (no tags).
# File lib/aws/decider/options.rb, line 358 def tag_list; []; end