if response_hash && response_hash.is_a?(Hash) && response_hash.has_key?('summary')
                  @logger.error "#{indent}get_cloudflow_process(): Error fetching CloudFlow process: summary: #{response_hash['summary']}"
                  return Result.new(:success => false, :errors => [Exception.new(response_hash['summary'])])
                elsif result.to_hash.has_key?('error_description')
                  @logger.error "#{indent}get_cloudflow_process(): Error fetching CloudFlow process: error_description: #{result.to_hash['error_description']}"