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