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
Azeez ThummalapalliAzeez Thummalapalli 

Where can I see the Async callouts made with Continuation class?

I am using Async WSDL classes in conjuction with the Continuation class. Is there any place in Salesforce UI, where can I see the async call created from my Contnuation code. I have searched in the Apex Jobs, but I couldn't see my job in the list. And also my callback method is also not called, I am assuming this, but not sure. So, how can I come to know that my Callback method is called, after the response is received from the aync callout. Please assist on the same.