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