rescue RestClient::Exception => e
          @logger.error "#{indent}get_cloudflow_process(): Error fetching CloudFlow process: #{e.response}"
          return Result.new(:success => false, :errors => [Exception.new(e.response['error_description'])], :value => e.response)
        rescue => e
          @logger.error "#{indent}get_cloudflow_process(): Error fetching CloudFlow process: #{e.message}"