# File lib/fog/workflow/openstack/v2/requests/get_execution.rb, line 6 def get_execution(execution_id) request( :expects => 200, :method => "GET", :path => "executions/#{execution_id}" ) end