<?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>Completion message while ending a task</title><link>https://community.appian.com/discussions/f/user-interface/18525/completion-message-while-ending-a-task</link><description>Hello All, 
 
 We have a process wherein user completes one task and another task is automatically getting accepted to them. When user clicks the end button they are not able to see anything and new task is opened for them, This makes a confusion in order</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72989?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 13:01:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e733a4c-cd92-4a96-87c4-879da247aa3f</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;I assume you&amp;#39;re doing a loop to the same form, so the PM returns to the same exact user input task.&lt;/p&gt;
&lt;p&gt;You could pass a parameter that includes whether the last input was completed successfully.&amp;nbsp; By default it would be false.&lt;/p&gt;
&lt;p&gt;You can then put almost any component you want at the top of your interface with a showWhen set to only appear when that parameter is true.&amp;nbsp; That serves as a message to let the user know that this is a new form.&amp;nbsp; You can then set an extra save() inside each other component&amp;#39;s saveInto to set it false again, so the message disappears.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(It might cause an awkward jump now that I think about it; you might not want to use showWhen, but a component that is always visible, but read-only and usually with an empty string.&amp;nbsp; That might keep the other interface components from jumping around your screen.)&lt;/p&gt;
&lt;p&gt;You can do a read-only text field, a richText, a boxLayout that usually has nothing in it, a card layout that usually has nothing in it, a nice billboard layout that only sometimes features an overlay with text.&amp;nbsp; Basically anything, and have text that says &amp;quot;The last one you did has been entered successfully!&amp;quot;&amp;nbsp; It will take a click / user interaction to make it go away, but no more user interactions than they would have had to do anyway.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72988?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 12:56:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01af856e-61e8-49ce-8ddb-071e9b110067</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="23466" url="~/discussions/f/user-interface/18525/completion-message-while-ending-a-task/72983"]Can&amp;#39;t we do something on the same interface?[/quote]
&lt;p&gt;You could, but I don&amp;#39;t see how that would reduce the user clicks, as switching from one interface to a different one within the same task still requires user interaction of some sort.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72987?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 12:43:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80c7d611-94ae-41ff-8484-c121e109d8b4</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;What if you display a banner at the top of the new task? Something like these &lt;a href="https://docs.appian.com/suite/help/latest/alert-banners.html"&gt;alert banners&lt;/a&gt;&amp;nbsp;usually works pretty well. This makes it easy to determine when the previous task completes while not requiring an extra click. I&amp;#39;d also suggest&amp;nbsp;setting it up so that the banner hides itself once the user starts interacting with the new form.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72984?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 08:38:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e512d24-d58e-4cb1-9f41-b17788acd93b</guid><dc:creator>viveku3486</dc:creator><description>&lt;p&gt;This will increase an additional click for the user. Earlier we were doing the similar thing wherein users were redirected to site again after they submit the task and from there they again click on new task link but to reduce this additional click, We came up with the solution of auto-acceptance of next task. Can&amp;#39;t we have something in the same interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72983?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 08:35:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16a60ca6-c65d-4ee0-b439-a6c378024a64</guid><dc:creator>viveku3486</dc:creator><description>&lt;p&gt;Our entire approach is to save users from additional click. Putting in a separate interface for success message will increase one more click. Can&amp;#39;t we do something on the same interface?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72925?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 16:29:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6d21187b-1ab0-4c71-8a01-365433225c55</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;It should be fairly easy to add a &amp;quot;confirmation screen&amp;quot; task after the initial task is submitted.&amp;nbsp; From here a user could confirm that they want to step into another &amp;quot;round&amp;quot;, and perhaps with the option to exit from there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72923?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 16:27:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:134b7e82-16be-4385-900a-393bdd66a2b2</guid><dc:creator>vamshib</dc:creator><description>&lt;p&gt;Hi Vivek,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can have one more interface configured with the confirmation message stating &amp;quot;You have successfully Submitted the task&amp;quot; or may be message relevant to your use case so that user will be notified after submitting the task.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72921?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 16:12:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e423241-a85a-4947-9197-2e39b1921d89</guid><dc:creator>viveku3486</dc:creator><description>&lt;p&gt;Hi Mike&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You are almost correct about the implementation. Let me explain you the entire set up now.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1) Currently as a user you go to a specific site. There you can see the link to open a task.&lt;/p&gt;
&lt;p&gt;2) Once you click on that link. a!startProcessLink() is being called in the backend&lt;/p&gt;
&lt;p&gt;3) Inside this process model we are making an integration call that takes the data from 3rd party system&lt;/p&gt;
&lt;p&gt;4) Using that data a task form is generated and shown to the user&lt;/p&gt;
&lt;p&gt;5) Now after entering the required details when user clicks complete task, The current process gets ended and a new call to the same process is being made&lt;/p&gt;
&lt;p&gt;6) Which in return makes an integration call to 3rd party system. Collects data and display the task.&lt;/p&gt;
&lt;p&gt;7) This entire process keeps on running until user finally click one of the button that stops this behavior and let them get back to the site again&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So, point (5) and point (6) is needs to be separated here. I.e when user clicks on complete task and before the next task becomes available. We need some kind of message display to make them aware whether the task they are seeing currently is the new task or the old one&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Completion message while ending a task</title><link>https://community.appian.com/thread/72918?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 15:50:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02f2d6bd-78c1-439d-b2b9-26ae597a7cfd</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="23466" url="~/discussions/f/user-interface/18525/completion-message-while-ending-a-task"]user completes one task and another task is automatically getting accepted to them. [/quote]
&lt;p&gt;I would personally need some more detail regarding what your current configuration is, before attempting a guess as to what&amp;#39;s happening here.&amp;nbsp; Can you post, perhaps, a screenshot of your process flow? There are at least a half dozen different scenarios I could think of that might lead to this question:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Does your process model have two consecutive User Input Task nodes that both look similar?&lt;/li&gt;
&lt;li&gt;Or is it that you&amp;#39;re using a Sites tab pointing to a process model with a &amp;quot;Start&amp;quot; form, but nothing else after the start form when a user submits the data (which to a user would look like they&amp;#39;re getting a &amp;quot;new task&amp;quot; with blank fields immediately after submitting, but it&amp;#39;s really not a &amp;quot;task&amp;quot; at all)?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hence more detail being needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>