<?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>User Interface Cancel Button Configuration</title><link>https://community.appian.com/discussions/f/user-interface/17524/user-interface-cancel-button-configuration</link><description>In our process we have various user input tasks along the process involving user interfaces. 
 Does anyone know how to configure the cancel button so that it simply &amp;quot;exits&amp;quot; the interface?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69093?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 17:35:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2f88ad9-aa1a-462b-bd35-65a65976a4ee</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;The only other option is assigning the task to a group.&amp;nbsp; An individual has to accept the task to start it, and after accepting, they have the rights to reject that task and return it to all assignees.&lt;/p&gt;
&lt;p&gt;The process won&amp;#39;t move forward until someone submits the task rather than rejecting it and returning it to all assignees.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69087?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 14:07:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:296503f2-f7cb-4545-8303-756cdf9f25d7</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="40230" url="~/discussions/f/user-interface/17524/user-interface-cancel-button-configuration/69068"]will this result in another task ID/task instance&amp;nbsp;being created?[/quote]
&lt;p&gt;Yes - the new task would be a new instance with a new task ID.&amp;nbsp; There is really no way around this, other than just having the users click back out to their task list without clicking anything.&amp;nbsp; Any button or link that causes the form to submit will require the process model to move forward and for the existing task instance to end, as I mentioned in my reply from yesterday.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69071?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 07:08:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:520c8d5f-e1c1-458b-b33e-742c443fd5ad</guid><dc:creator>bhanuprakash1303</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, it is created new task but existing task is done. Again user can open that task they can do their activities on that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69068?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 05:54:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b415344b-e445-421f-9588-08b0fa1f7151</guid><dc:creator>Matthew Tunnicliff</dc:creator><description>&lt;p&gt;Hi Arunkumarc, will this result in another task ID/task instance&amp;nbsp;being created?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69058?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 15:56:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8878cb52-8ad8-42bc-b93a-c94d8a64c75a</guid><dc:creator>arunkumarc</dc:creator><description>&lt;p&gt;If I understood your requirement correctly, we can achieve this by providing cancel button which will be passing flag (Exit) to process model using rule input. When user choose cancel you can have XOR gate to check the user action from flag(Exit) and redirect to the user input task without activity chaining. So process instance will be alive and task can be picked anytime later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69054?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 15:26:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d2f7798d-f250-4dcd-8fc5-885cfcb6c5ce</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Cancel usually denotes ending the process without doing anything further, or possibly rolling back changes that were made.&amp;nbsp; You can always configure tasks to be assigned to a group, and the person who accepts the task will have the option of returning it to all assignees.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69049?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 14:34:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:250bd4b2-65a6-4159-88e6-a205c40df319</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure why you say the process instance can&amp;#39;t be progressed any - with any submit button click the process instance would need to progress at least a little bit.&lt;/p&gt;
&lt;p&gt;So, if you specifically need an &amp;quot;exit&amp;quot; button (i would suggest not calling it &amp;quot;cancel&amp;quot; because that carries other meanings for most users), you would simply have a gateway after the User Input Task in your process model which loops back to the same task but without chaining.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69047?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 14:11:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:932c4b9c-a57f-4251-ad38-a0d8eb0ad699</guid><dc:creator>aaronp0001</dc:creator><description>&lt;p&gt;Any user input task in a process model allows you to select a checkbox on the forms tab labelled &amp;quot;Allow users to save a draft of in-progress tasks&amp;quot; which sounds like it should do what you&amp;#39;re asking, allowing the user to close the task and resume it at any point from their tasks in tempo.&lt;/p&gt;
&lt;p&gt;However, with numerous user input tasks in your process it sounds like this could lead to very long lived processes if escalations/exceptions aren&amp;#39;t configured correctly, so bear this in mind.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69045?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 13:55:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eebd93a7-33d3-426a-91ed-7430be497274</guid><dc:creator>Matthew Tunnicliff</dc:creator><description>&lt;p&gt;hi aaronp0001, what&amp;nbsp;I am looking for here is that it closes the interface without progressing the process model (ie the task remains open), so almost like a &amp;quot;close interface&amp;quot; button&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User Interface Cancel Button Configuration</title><link>https://community.appian.com/thread/69044?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2019 13:53:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1105c387-979f-4aff-b294-13278b2a3e97</guid><dc:creator>aaronp0001</dc:creator><description>&lt;p&gt;Any buttonWidget with the &amp;#39;submit&amp;#39; parameter set to true will exit the interface and continue the process flow&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>