function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
siddarth rajsiddarth raj 

Can 100 Callouts allowed in One Batch process

Hi

100 callouts per transaction is allowed and thats governer limit as well as i know. I think 1  batch process is 1 transaction, hence can we make 100 callouts in one batch process.

Thanks
Sid
Hargobind_SinghHargobind_Singh
Here is what the documentation says: 


"The start, execute, and finish methods can implement up to 10 callouts each"

Here:https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_batch_interface.htm


====
ps: If your query/problem is answered/resolved, please mark this post as solved for community to benefit from resolved questions.

 
JayantJayant
You can have only 1 callout in each Execute method. There should be no upper limit as each Execute is an independent transaction.