• KALYAN UPPALAPATI
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi All,

I have a batch which processes bulk records. Once records are updated, I am firing up a process builder to invoke apex method making a webservice callout. As the context is batch, I can not use @future annotation. So it fails with error "System.CalloutException: Callout from triggers are currently not supported."
If I call webservice callout method directly in batch, then I might hit callout limit. I am kind of stuck with this situation. Any solution will be appreciated.