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
RamanaRamana 

Read APEX Job status using Partner API

Hi Everyone,

 

We have a Batch APEX Job invoked via a trigger by updating an Object in Salesforce. Is there way I can poll for the status of the APEX Job and get the results in order to parse them using Partner Java API?

 

Thanks,

Ramana Maddikunta

dkadordkador

You'll want to use the AsyncApexJob sobject.