# File lib/fog/workflow/openstack/v2/requests/get_execution.rb, line 16 def get_execution(_execution_id) response = Excon::Response.new response.status = 200 response.body = {"state" => "running", "id" => "1111"} response end