# File lib/aws/simple_workflow/workflow_execution.rb, line 322 def terminate options = {} options[:run_id] = run_id domain.workflow_executions.terminate(workflow_id, options) end