# File lib/aws/simple_workflow/decision_task.rb, line 410
      def continue_as_new_workflow_execution options = {}
        start_execution_opts(options)
        add_decision :continue_as_new_workflow_execution, options
      end