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