<?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>Confirmation Page</title><link>https://community.appian.com/discussions/f/process/39528/confirmation-page</link><description>Hi All, 
 
 What would you all recommend for implementing a confirmation page after a form is submitted ? another user form ? The only concern I have is that once my user submits the form is a subprocess creating multiple instances (as we need). So basically</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150503?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2025 16:56:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91acca0b-ab68-4e21-9406-1c9004f1eb21</guid><dc:creator>Jesse Knight</dc:creator><description>&lt;p&gt;This use case is incredibly common. If you have access to a customer&amp;#39;s support portal, when you submit an Appian Support ticket, you&amp;#39;ll encounter this exact use case. The problem is - even with extremely generous exception timeouts, the user will eventually&amp;nbsp;encounter a&amp;nbsp;pink box in Appian if they don&amp;#39;t close the tab. (Error: Task has already been submitted, or something similar). This has been a &amp;#39;thing&amp;#39; on every single Appian project I&amp;#39;ve been a part of.&lt;/p&gt;
&lt;p&gt;There is a feature enhancement request floating around for a &amp;quot;process redirect to site page&amp;quot;. The idea is that Appian developers can encode into a process model &amp;quot;at this point in the activity chain, the user should be redirected to XYZ site page rather than their &amp;#39;last&amp;#39; Appian page&amp;quot;. If you think such a feature would be useful, you&amp;#39;ll have to find a way to submit an Appian Support case to request the enhancement as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150409?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:44:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd9078ad-8e06-480f-87c9-eb194e60c0ff</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Can you show snapshot of subprocess nodes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150408?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:41:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d3dc937e-c9e4-4bd4-b096-06d9877cde57</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1753461642071v1.png" alt=" " /&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1753459566311v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150407?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:39:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:115d5a62-c109-4d9a-962e-f71f7f8fc737</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Can you share same snapshot of subprocess?&lt;/p&gt;
&lt;p&gt;Also how you are calling subprocess sync or async?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150406?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:37:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43d68704-045a-4201-be7a-6187d70cb5be</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;no user input task in the subprocess. Just uses data from the main process input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150405?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:35:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:76cb92fa-9996-49e0-bbac-66ce1be4a2a2</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Activity chaining will break when you call a subprocess that contains a user input task.&lt;br /&gt;I hope your subprocess has&amp;nbsp;UIT which creates # request based on main process input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150404?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:31:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89e75879-9e4e-4070-8f2e-696bf11be69a</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;The subprocess creates # of requests , which is given&amp;nbsp;by the user in the initial form in the start node to this subprocess I&amp;#39;m just passing the number of times it needs to execute and thats all. So if user passes 5, this subprocess would create 5 different instances.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The goal is to at the end of the main process to show the user you have created these number of instances, these are the IDs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150403?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:29:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b8db970-9665-44cc-8973-0be1253b84ff</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;May i know what exactly you are doing in subprocess(Which you are calling as MNI)?&lt;/p&gt;
&lt;p&gt;Any attended activity(UIT)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150400?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:21:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:87d442fd-1a6d-40a4-839f-2eb8bd57c014</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;the MNI is right before the confirmation task in the screenprint I sent&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150399?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:20:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3a0b6c0-9c7f-46b2-9c9b-78b325144d2c</guid><dc:creator>vimalkumars</dc:creator><description>&lt;p&gt;Here is the links to Quick Tasks -&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/25.2/Process_Model_Recipes.html#creating-a-quick-task"&gt;Common Process Model Workflows and Recipes - Appian 25.2&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150398?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:19:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8facca09-6901-4249-92a9-65b0ec508ba1</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;MNI often breaks activity chaining in because it creates parallel tasks. To fix this, ensure MNI is used only on background nodes, then chain directly to a single User Input Task assigned to the submitting user for confirmation. Avoid gateways or async nodes between MNI and confirmation to maintain the chain.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150396?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:15:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbbaa837-329f-4706-acfc-f2ec1901b5cd</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;thats what I currently have, but is still not working.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1753460308554v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150395?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:14:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3822ed62-6459-4c2f-a1cc-88760cfa8cf5</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Add a User Input Task right after the MNI node and make sure activity chaining is enabled from the form through the MNI to this confirmation task, so that the user is taken directly to the confirmation page after all items are created.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150393?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:09:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95ad5d09-a1d9-497c-838f-46c6dd04ec97</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;when I try this after it says action is completed it just takes me back to the intial form page.&amp;nbsp;&lt;br /&gt;This is the setup for my subprocess&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1753459566311v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150392?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:06:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:403b3e06-2b4c-42f2-a7a9-9ab708dabf36</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1753459566311v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;This is how I have my sub process set up.., the initial form is being launched from a site page.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150391?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:03:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8efb3a1-7016-403f-adb0-f1c0461efa68</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Yes, it works - activity chaining will still take the user from the form to the confirmation page on the site.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150390?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 16:01:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3131ae30-2ef3-470f-b322-e4b82e404c28</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;would this still work even if we are launching the initial form from a site page? they click on the menu name and the form launches.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150389?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 15:59:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:951a8453-1fa0-4e9b-88b9-d098a02947ca</guid><dc:creator>Maria</dc:creator><description>&lt;p&gt;When I try to access the link you have attached for the appian documentation it says it no longer exists, is this option is still possible in newer versions of appian?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150375?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 15:01:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f4ca80b0-5bba-47be-9f75-0e466e679147</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Use a User Input Task after all item-creation subprocesses complete, passing the number and IDs of created items to process variables. Display these on a confirmation page with activity chaining from the form submission to the confirmation screen for seamless user flow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Confirmation Page</title><link>https://community.appian.com/thread/150370?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 13:54:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d678fbe4-ba82-4c49-bf65-90b701f65a34</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I covered this in an older blog post:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://appian.rocks/2022/06/23/task-exceptions-quick-tasks/"&gt;https://appian.rocks/2022/06/23/task-exceptions-quick-tasks/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>