Max Number of Web Service Calls per Workflow?

  • 14 December 2017
  • 1 reply
  • 3 views

Badge +7

Hi.

I have a workflow that takes a .csv export of all the sites in the farm. What we want to do is use a Rest API web service to find all the active URLs in a site collection. There are about 20,000 rows of data in the .csv file. Is performing that many web calls in a single workflow a good idea?


1 reply

Userlevel 5
Badge +12

Hello,

It is always better to reduce the number of calls that are being made to be only that which is necessary.  How many webservice calls do you anticipate?  Does 20k rows mean you plan to do 20k webservice calls?  If so I would say definitely do not do that.

Thanks,

Mike

Reply