# File lib/aws/simple_workflow/workflow_execution.rb, line 280
      def request_cancel
        options = { :run_id => run_id }
        domain.workflow_executions.request_cancel(workflow_id, options)
      end