<?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>Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/discussions/f/user-interface/25813/need-to-retain-the-same-page-after-successful-ending-of-a-process</link><description>Hi Appian Pals Please have a look on the interface below, this is having different cards, and each card is having independent interface behind it and can be accessed using a button click. This is also the main interface of my site. The main issue is when</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/121840?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2023 20:26:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7ec8100-3b8f-4b45-ba4a-b1aaf4fd807a</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;Starting a process when a user clicks on a icon, but without leaving the current interface, right now I was using a process start link but that refresh and it takes the user out. I wanted to see if there is away with what you mentioned the process start but inside a text icon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/121839?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2023 20:17:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f697556a-f183-4636-8b7b-3ab8c0fee7db</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Do what exactly? Different things have been discussed here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/121838?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2023 19:53:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10de1da6-2470-44e7-a630-dbc16924f39d</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;Hello! How can I do this if I&amp;#39;m using an Icon for the user to click and trigger the process? and I want to stay in the same interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/100874?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 14:49:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af90645d-1b56-4e59-b894-a8f8ed8a0bb6</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I would not go that way. Consider this when using a user input task just for displaying some interface:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://appian.rocks/2022/06/23/task-exceptions-quick-tasks/"&gt;appian.rocks/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/100873?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 14:46:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9957c8f1-304f-48bc-899b-a9cf2c88edd7</guid><dc:creator>saifalikhan13</dc:creator><description>&lt;p&gt;Got your point,&lt;br /&gt;What I did is I called the child interface again before the end node of my process model, and that user input task has a 30 minutes timer to end it gracefully.&lt;br /&gt;Once I am&amp;nbsp; navigating, at the end it is taking me to the expected child interface only.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/100857?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 13:52:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e25f6276-9534-443f-9a61-81faf7f96105</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="62731" url="~/discussions/f/user-interface/25813/need-to-retain-the-same-page-after-successful-ending-of-a-process"]Any workaround on this?[/quote]
&lt;p&gt;How much work are you willing to do?&lt;/p&gt;
&lt;p&gt;The manual workaround (at least one possible one, and maybe the most robust) - which works well but is &lt;strong&gt;&lt;em&gt;a lot of working-around&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;&lt;/em&gt;, is to build a special DB table which holds a save-state, user-by-user, of which tab they&amp;#39;re on for this site (though if you do this, i&amp;#39;d set it up such that it could hold such data for any/all sites that a user might access).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Upon clicking either tab card, you&amp;#39;d send a quick WTDS call on-form to save their &amp;quot;last clicked tab&amp;quot; (or whatever you&amp;#39;d like to name it).&amp;nbsp; When any given user loads the interface initially, a quick query is run against that table to pull back that user&amp;#39;s save-state entry (if any), and choose which tab to show (or show the default one if no entry is found).&lt;/p&gt;
&lt;p&gt;Honestly, unless it&amp;#39;s critically important that you build &lt;strong&gt;&lt;em&gt;exactly this setup&lt;/em&gt;&lt;/strong&gt;, i&amp;#39;d seriously consider just migrating the &amp;quot;delete&amp;quot; action to a record action (as &lt;a href="/members/gabriele.camilli"&gt;Gabriele Camilli&lt;/a&gt; mentioned already), or alternatively, perhaps make it an unattended &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;strong&gt;&lt;em&gt;a!startProcess()&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;&lt;/em&gt; call which automatically refreshes the interface but &lt;em&gt;without leaving it&lt;/em&gt; (though you didn&amp;#39;t say whether there are any intermediary process steps, so I have no idea whether this fits with your current usage flow).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/100854?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 12:59:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e97a06f4-bc07-494f-b6b6-b0f1088510e2</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Do you use a startProcessLink? If yes, this is expected behaviour. The reason is, that Appian does not preserve the state of any local variable you might use to manage the state of your interface. As the process flow completes, the interface is refreshed including any local.&lt;/p&gt;
&lt;p&gt;You can use startProcess to trigger the process in the background and stay on your interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/100846?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 12:31:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50a748b6-caa2-46a0-a3b0-a116d42f5051</guid><dc:creator>Gabriele Camilli</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you use a Record Action instead of a Start Process?&lt;/p&gt;
&lt;p&gt;Else you could try (if the process is very fast) to have an asynchronous process and a refresh action after that, but i would warmly suggest the first, as the second is inconsistent&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to retain the same page after successful ending of a process</title><link>https://community.appian.com/thread/100845?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 12:30:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3429097-db93-4c52-add1-420cfce09097</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;This shouldn&amp;#39;t be happening in the first place. Can you add the code for these interfaces?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>