<?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>Start process after file upload in WEBAPI</title><link>https://community.appian.com/discussions/f/general/27034/start-process-after-file-upload-in-webapi</link><description>The API should send a response to the caller and then start a process. 
 How ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Start process after file upload in WEBAPI</title><link>https://community.appian.com/thread/106120?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2023 06:40:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:782c0d0c-2cbf-47f2-ae95-6454560191d6</guid><dc:creator>Nahum</dc:creator><description>&lt;p&gt;I need 2 functions to be performed upon uploading a file (via the WebAPI call).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;1) Store the file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2) Trigger a startProcess.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Both with a single API call !&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I am aware the uploaded file could be passed to a!strartProcess as a parameter of the process, however this is&amp;nbsp;&lt;br /&gt;&amp;quot;combinationn&amp;quot; of concerns I would like to avoid. So, what is required is upload the file, and trigger a process.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start process after file upload in WEBAPI</title><link>https://community.appian.com/thread/106118?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2023 05:48:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4aa7de0c-411b-42b8-bacf-c453ee92bf57</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Start a process in that API&amp;nbsp;and do not add changing to it. That way, the caller will immediately get a response as soon as the auth is successful and the process will take its own time to complete and will not keep the response part paused.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But what is your usecase? Why do you want to send the response first before initiating?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>