<?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>How do I execute a process in background ?</title><link>https://community.appian.com/discussions/f/process/27641/how-do-i-execute-a-process-in-background</link><description>Zuuuup, people ! 
 So, I&amp;#39;m trying to execute a process in background when a user does click a button, for example. 
 Wanna execute it without leave the page or open a new one. For now, we&amp;#39;re using a startProcessLink and this behavior leads user to a page</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How do I execute a process in background ?</title><link>https://community.appian.com/thread/107539?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2023 19:21:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47e5bea0-fc47-4e1a-a4eb-85e09d68b622</guid><dc:creator>brunop0042</dc:creator><description>&lt;p&gt;Sounds like a good option ! ! gonna try it ASAP. Ty 4 ur attention !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I execute a process in background ?</title><link>https://community.appian.com/thread/107537?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2023 19:10:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8810b865-86dd-47f0-b5d1-aa2185276330</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;As suggested by Mike, you can use&amp;nbsp;&lt;strong&gt;&lt;em&gt;a!startProcess()&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;to&amp;nbsp;&lt;/em&gt;&lt;span&gt;starts a process asynchronously. Importantly, make sure not to submit the form so that it stays wherever it is.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I execute a process in background ?</title><link>https://community.appian.com/thread/107536?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2023 19:03:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d0f0660-8563-4f87-b8b1-8c9a812adf3b</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;you&amp;#39;re probably looking for &lt;strong&gt;&lt;em&gt;a!startProcess()&lt;/em&gt;&lt;/strong&gt;.&amp;nbsp; That starts a process asynchronously without (necessarily) leaving your current location, wherever that is. It can be invoked within basically any &lt;em&gt;saveInto&lt;/em&gt; component parameter, resulting from some user interaction (button click, or even editing the value of a field).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>