<?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 to show a value of a process model in an Interface.</title><link>https://community.appian.com/discussions/f/process/22965/how-to-show-a-value-of-a-process-model-in-an-interface</link><description>Hi All, 
 I have a process Model where the value of a process variable is being updated internally like status : Success, Error, and so on . I just want to show an error message in an interface to the user if the value is different from Success.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89067?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 16:06:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8842e51a-8a07-4e2b-98f8-725f1501ed64</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Can you post a screenshot?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89066?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 16:00:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa9d6eac-1e16-48e1-a903-03aafacef384</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;user input task&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89065?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 15:59:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ae61459-0397-4b6c-b650-c317544ab1eb</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;What method are you using to start the process model?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89064?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 15:30:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5c543f7e-dac1-4e5b-8d40-7feabdceca9e</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;how ??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89063?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 14:52:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4538b180-3025-4195-9266-eea7e84b2142</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I agree to Stewart, but keep in mind that this will not become a &amp;quot;popup&amp;quot; and the only way to do that in process is using a timer event. In my experience the user experience is not great.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89059?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 14:02:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:df790e17-5a20-4d28-bba6-6bb63243ad39</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Whilst this is true &amp;quot;out of the box&amp;quot;, you can design to meet this requirement. You could set a parallel thread of processing that assumes there &lt;strong&gt;will&lt;/strong&gt; be an error and kill this off when the relevant step you want to monitor succeeds. So: up front, set a pv!value to hold a defaulted &amp;quot;Failed&amp;quot;&amp;nbsp;indicator (which has to be generic as you cannot interrogate the internals of a failed node) and, if successful, overwrite this value (with blank or with a generic &amp;quot;Succeeded&amp;quot; indicator).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89057?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:59:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39cb3d7f-60f6-48a4-b075-0dc6cfddcbf8</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Yes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89056?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:59:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:681c64d5-1c9f-421a-aae8-abc4ab254bfa</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;that is if smart service throws an error, in that case I can not display any error message in the interface to the user . did&amp;nbsp;you mean to say that ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89054?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:40:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:790ca468-919d-4e3b-8c33-6fe82ea1c78d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is nothing like &amp;quot;show alert message&amp;quot; from a process.&lt;/p&gt;
&lt;p&gt;A technical error in Appian is not managed by the user. When the process stops, there is nothing you can do to notify the user.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89051?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:17:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1c02a7f-fe58-4ea0-a740-e1e39da318fb</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;&lt;span&gt;I just want to show an error message to the user&amp;nbsp; if this smart service throws&amp;nbsp;error&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89050?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:11:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25133790-d9fc-4a1b-9396-d6dbd6024f95</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;I just want to show an error message to the user&amp;nbsp; if this smart service throws&amp;nbsp;error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89049?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:10:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:462373d5-b383-4801-ab23-ef0266487219</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What do you mean. I think this is managed by the process alert settings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89047?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:09:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f6fb7a8-0a2d-4027-8ac1-49975d87ac90</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;Hi , Can you please tell me how to handle exception while &amp;quot;Import Excel to Database&amp;quot; in Process Model.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89043?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:57:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e206f98f-ac9b-4b5e-af3d-56b6385e19ce</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;yes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89042?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:57:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5f0c84af-94e7-4399-aa97-d6e20b649915</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK.&amp;nbsp;Do you consider one of the options I suggested?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89041?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:53:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4b9e709-b24c-47c4-988d-63fc49bbb2b7</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;everything is working as expected . The user want to&amp;nbsp;display the error message based on status if status is not SUCESS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89040?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:40:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3c2b85a-9134-4d56-8634-679ec95fe1cb</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;A simple option could be to assign a user input task to a user in case something goes wrong. Another option is to use a process report to display data about these processes on a reporting dashboard.&lt;/p&gt;
&lt;p&gt;Really depends on your use case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89039?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:35:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:919eb22d-4427-40a6-8e2a-254509e2a17d</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;Hi Stefan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Actually i am uploading some excel file to upload and validating that excel through PM , RPA is also included. So after validating&amp;nbsp; , status is being updated by RPA internaly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show a value of a process model in an Interface.</title><link>https://community.appian.com/thread/89037?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:14:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11f655c5-7b4f-40d6-960a-4d86feb8be5b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Do you have a few more details? What is this interface? What does &amp;quot;updated internally&amp;quot; mean? What errors are we talking about?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>