# File lib/aws/simple_workflow/decision_task.rb, line 428
      def record_marker marker_name, options = {}
        add_decision :record_marker, options.merge(:marker_name => marker_name)
      end