<?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>Classify documents data in the interface</title><link>https://community.appian.com/discussions/f/process/34719/classify-documents-data-in-the-interface</link><description>Hi Community, 
 
 I created a AL model and am using classify documents smart service but I need to show that data in interface. 
 with out classify document smart service do we have any function in the Interface</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Classify documents data in the interface</title><link>https://community.appian.com/thread/133769?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 20:02:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:882f3305-0153-447a-9883-53fb335f034e</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;a href="/members/potharajuj0799"&gt;JPotharaju&lt;/a&gt;&amp;nbsp;&lt;br /&gt;You can think of this approach as follows:&lt;br /&gt;1. Create a task for the user to provide functionality to upload the document they want to classify with chaining.&lt;br /&gt;2. Call an asynchronous process to classify those documents and store the results in the database.&lt;br /&gt;3. The main process (with chaining) should navigate to the interface where you want to display the output.&lt;br /&gt;4. Provide a clickable button or set a refresh interval locally to pull that data from the database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Classify documents data in the interface</title><link>https://community.appian.com/thread/133762?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 18:26:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:672f1940-e778-41a1-9e01-9fcca0c6a402</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;There are various options.&amp;nbsp; You can assign a task to the initiating user which shows the results.&amp;nbsp; You could write the results to the DB and allow the viewing user to eventually query back those results once the process has completed.&amp;nbsp; It really kinda depends on your particular use case and the work you&amp;#39;re trying to do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Classify documents data in the interface</title><link>https://community.appian.com/thread/133761?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 18:09:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8fdcdb87-1c01-4b8b-b316-72009bdf4601</guid><dc:creator>JPotharaju</dc:creator><description>&lt;p&gt;I understood that classify documents smart service will not run in the backend. As it wont support the Activity Chaining. I want to show to output of the Classify Documents in the Interface please help me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Classify documents data in the interface</title><link>https://community.appian.com/thread/133760?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 17:56:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1ebcd50-ccc2-42eb-b1a2-e4ec54dad727</guid><dc:creator>JPotharaju</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1713462905503v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;is this run in backend by using&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to show the type of the document in the interface how can i do that&lt;br /&gt;&amp;nbsp;))&lt;pre class="ui-code" data-mode="text"&gt;a!startProcess(
                  processModel: cons!AS_PM_CLASSIFY_DOCUMENTS,
                  processParameters: {
                    documents:ri!document
                  },
                  onSuccess: a!save(
                    local!documentType,
                    fv!processInfo.pv.AboveThreshold
                  )
                ))&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Classify documents data in the interface</title><link>https://community.appian.com/thread/133759?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 17:34:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f02309b-c842-427e-a808-76d73f32c122</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Right now the Classify Document capability is only available via the smart service (process) node.&amp;nbsp; What is your use case exactly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>