<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Facing issue with document download link</title><link>https://community.appian.com/discussions/f/process/38707/facing-issue-with-document-download-link</link><description>I have used the start process that produces an Excel file and places it in a Folder. when i am trying to download it from UI , it gives nothing.Any</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Facing issue with document download link</title><link>https://community.appian.com/thread/146368?ContentTypeID=1</link><pubDate>Wed, 19 Mar 2025 12:22:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:42bd4415-e826-42b8-9420-43db2085b7e3</guid><dc:creator>Anita T</dc:creator><description>&lt;p&gt;I am also facing similar issue. Could you please mention where to set isSynchronous to true&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Facing issue with document download link</title><link>https://community.appian.com/thread/146283?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 02:54:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f1bd640-180c-4ac0-8ca4-6a0744bcb6b2</guid><dc:creator>Tan18</dc:creator><description>&lt;p&gt;&amp;nbsp;Its working now. Somehow i missed the issynchronous parameter. Thank you&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Facing issue with document download link</title><link>https://community.appian.com/thread/146279?ContentTypeID=1</link><pubDate>Sun, 16 Mar 2025 17:34:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0a0e6a08-c81c-4ce1-8af5-bd63cf23a5dc</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;&lt;span&gt;isSynchronous needs to be true but you must also make sure that your process is chained. Otherwise, you&amp;#39;ll need to use a refresh variable to get notified when it is done.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.appian.com/suite/help/24.4/recipe-refresh-until-asynchronous-action-completes.html"&gt;docs.appian.com/.../recipe-refresh-until-asynchronous-action-completes.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Facing issue with document download link</title><link>https://community.appian.com/thread/146270?ContentTypeID=1</link><pubDate>Sat, 15 Mar 2025 06:58:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f9b81b13-bb70-45da-a9e7-e3b091c13322</guid><dc:creator>Yashwanth Akula</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/gaganpreetk0002"&gt;Tan18&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I attempted your use case; initially, I was unable to download the document from UI as f&lt;span&gt;v!processInfo is returning nothing&lt;/span&gt;, then after I read the parameter descriptions of the a!startProcess(),&lt;/p&gt;
&lt;p&gt;I discovered that you must set the isSynchronous parameter to true in order for the fv!processInfo to be accessible.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;After setting the isSynchronous parameter as true, I got the document generated by the process model from the process variable and I&amp;#39;m able to download it.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Go through following description:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;isSynchronous&lt;/strong&gt; (Boolean): When true, onSuccess is not evaluated until the child process is complete. If the process is not completed within 30 seconds, onIncomplete is triggered. The child process will continue to run and can complete beyond the timeout.&lt;/p&gt;
&lt;p&gt;&lt;strong class="StrongText---richtext_strong"&gt;onSuccess&lt;/strong&gt; (Any Type): A list of a!save() or an a!httpResponse() to execute after the smart service executes successfully. When configuring this input, the fv!processInfo function variable (ProcessInfo) is available to specify process properties of the process that was started (such as fv!processInfo.pp.id), properties of the process model (such as fv!processInfo.pm.name), and the values of process variables (such as fv!processInfo.pv.employeeId). &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;fv!processInfo is only available when isSynchronous is true&lt;/strong&gt;&lt;/span&gt; and will otherwise be null. For more information, see Function Variables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>