<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Continuation object in Apex &#8211; Asynchronous callouts for long running request &#8211; Live Demo	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Sat, 11 Jun 2022 15:01:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Neha		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-29644</link>

		<dc:creator><![CDATA[Neha]]></dc:creator>
		<pubDate>Wed, 06 Apr 2022 18:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-29644</guid>

					<description><![CDATA[Hi, I am hitting a limit in one of my implementation: requestformkeyslimitexceeded , which generelly come when we implement continuation with vf pages. So max # of keys in http post form should be 500.
Can you please advice if you happen to see this error anytime and how to approach for this. It the page which needs redesign or its http request which is exceeding some size limits?]]></description>
			<content:encoded><![CDATA[<p>Hi, I am hitting a limit in one of my implementation: requestformkeyslimitexceeded , which generelly come when we implement continuation with vf pages. So max # of keys in http post form should be 500.<br />
Can you please advice if you happen to see this error anytime and how to approach for this. It the page which needs redesign or its http request which is exceeding some size limits?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Salesforce_Guy		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-18957</link>

		<dc:creator><![CDATA[Salesforce_Guy]]></dc:creator>
		<pubDate>Mon, 13 Dec 2021 12:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-18957</guid>

					<description><![CDATA[Will we be able overcome callout time limit exception from this approach? If the callout is taking more then 2 mins to process.]]></description>
			<content:encoded><![CDATA[<p>Will we be able overcome callout time limit exception from this approach? If the callout is taking more then 2 mins to process.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karan Darawade		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-5846</link>

		<dc:creator><![CDATA[Karan Darawade]]></dc:creator>
		<pubDate>Sun, 16 Feb 2020 15:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-5846</guid>

					<description><![CDATA[How can we transfer state to callback method?Also can we call continuation method from trigger?]]></description>
			<content:encoded><![CDATA[<p>How can we transfer state to callback method?Also can we call continuation method from trigger?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eduardo Hurtado		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-5555</link>

		<dc:creator><![CDATA[Eduardo Hurtado]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 17:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-5555</guid>

					<description><![CDATA[Hi, if you use a WSDL object response and not HTTPResponse, how do you do? Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi, if you use a WSDL object response and not HTTPResponse, how do you do? Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vineet Goel		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-5434</link>

		<dc:creator><![CDATA[Vineet Goel]]></dc:creator>
		<pubDate>Mon, 09 Sep 2019 12:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-5434</guid>

					<description><![CDATA[How can I initiate Continuation through Apex instead of Vf page. Let&#039;s say I want to initiate RequestService from another method, can we do that??]]></description>
			<content:encoded><![CDATA[<p>How can I initiate Continuation through Apex instead of Vf page. Let&#8217;s say I want to initiate RequestService from another method, can we do that??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sundarayya		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3876</link>

		<dc:creator><![CDATA[sundarayya]]></dc:creator>
		<pubDate>Thu, 07 Dec 2017 04:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-3876</guid>

					<description><![CDATA[can you please provide the test class for this kind of methods using Continuation methods]]></description>
			<content:encoded><![CDATA[<p>can you please provide the test class for this kind of methods using Continuation methods</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rajendra Singh		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3688</link>

		<dc:creator><![CDATA[Rajendra Singh]]></dc:creator>
		<pubDate>Fri, 26 May 2017 06:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-3688</guid>

					<description><![CDATA[&quot;We can accomplish this by using Actionsupport&quot;, Sir I think actionsupport make synchronous calls to page controller? If i am wrong? Please let me know.]]></description>
			<content:encoded><![CDATA[<p>&#8220;We can accomplish this by using Actionsupport&#8221;, Sir I think actionsupport make synchronous calls to page controller? If i am wrong? Please let me know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3683</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Wed, 24 May 2017 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-3683</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3681&quot;&gt;Manav&lt;/a&gt;.

Hey Manav, For chained continuation, you would need to write test classes separately for each call. This is official Salesforce documentation on how to write test class - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_continuation_testing.htm]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3681">Manav</a>.</p>
<p>Hey Manav, For chained continuation, you would need to write test classes separately for each call. This is official Salesforce documentation on how to write test class &#8211; <a href="https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_continuation_testing.htm" rel="nofollow ugc">https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_continuation_testing.htm</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3684</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Wed, 24 May 2017 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-3684</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3666&quot;&gt;MK2007&lt;/a&gt;.

Can you please share sample code to reproduce the problem ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3666">MK2007</a>.</p>
<p>Can you please share sample code to reproduce the problem ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manav		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/continuation-object-in-apex-asynchronous-callouts-for-long-running-request-live-demo/#comment-3681</link>

		<dc:creator><![CDATA[Manav]]></dc:creator>
		<pubDate>Wed, 24 May 2017 13:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4486#comment-3681</guid>

					<description><![CDATA[I am implementing chained continuation for calling 3 api one after other . I am not getting any sample Test class code for testing chained continuation .]]></description>
			<content:encoded><![CDATA[<p>I am implementing chained continuation for calling 3 api one after other . I am not getting any sample Test class code for testing chained continuation .</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-07-16 18:51:40 by W3 Total Cache
-->