<?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>task URL from task ID</title><link>https://community.appian.com/discussions/f/process/10453/task-url-from-task-id</link><description>Hi All, 
 I have to send a reminder about pending task 
 How can I get the task URL from the Task ID ? 
 
 Tanks 
 Elia</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: task URL from task ID</title><link>https://community.appian.com/thread/64419?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 13:00:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23c7c106-df5e-493b-8d55-1d8ad2d32019</guid><dc:creator>amitb0004</dc:creator><description>&lt;p&gt;Hi eliav,&lt;/p&gt;
&lt;p&gt;We can take Task Id along with User Input Task in following way&lt;/p&gt;
&lt;p&gt;1. create constant &amp;quot;cons!MY_TASKS&amp;quot; first&lt;/p&gt;
&lt;p&gt;2. Then use following code to get the current task id of Approval&lt;/p&gt;
&lt;p&gt;&amp;quot;a!queryProcessAnalytics(report: cons!DDG_UserTask, contextUsers: &amp;quot;user_name&amp;quot;).data.dp0[1]&amp;quot;&lt;/p&gt;
&lt;p&gt;pass Approval username instead of &amp;quot;user_name&amp;quot; in above code, mention username to whom approval is assigning(or user input task)&lt;/p&gt;
&lt;p&gt;3. These will return you Task id of Approval and then bind with URL of Tempo or Site.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/14/6472.task-IdUp.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/6472.task-IdUp.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4. After taking Task ID you to append it with your url&amp;nbsp;&lt;/p&gt;
&lt;p&gt;eg: &amp;quot;&lt;a href="https://appian/....../task"&gt;https://appian/....../task&lt;/a&gt;id&amp;quot;&lt;/p&gt;
&lt;p&gt;or you can also configure SITE url with it&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And send these url with Email notification&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: task URL from task ID</title><link>https://community.appian.com/thread/45724?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 09:37:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43f3977c-654b-4247-a735-6b5f6d85b2d1</guid><dc:creator>Rahul Gundu</dc:creator><description>&lt;a href="https://docs.appian.com/suite/help/17.1/Quick_Links_Using_Intuitive_URLs.html"&gt;docs.appian.com/.../Quick_Links_Using_Intuitive_URLs.html&lt;/a&gt; &lt;br /&gt;
Go through the link, Appian suggested, using intuitive URL we can create a link to task.  As mentioned in documentation, Using linkto__internal() function and task Id we can create a URL for a task.&lt;br /&gt;
You can find the documentations under &amp;quot;System Object Intuitive URLs&amp;quot; section.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: task URL from task ID</title><link>https://community.appian.com/thread/45723?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 09:29:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2fe1ccd6-59fc-4d40-9bc7-252253f6528a</guid><dc:creator>Poorna Guduri</dc:creator><description>Added to  above, you may go for a!processTaskLink() function to generate the URL. &lt;br /&gt;
And for the - Task Id &amp;amp; Process Instance Id - you need a portal report of type Task with the context of the process instance, upon which you can either execute the smart service - Execute Process Report - or the analytics function - a!queryProcessAnalytics().&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: task URL from task ID</title><link>https://community.appian.com/thread/45722?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 09:10:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:120905d1-7303-45d4-adfb-5d456fa81834</guid><dc:creator>harshav</dc:creator><description>I can tell you a simple way to do it like lets say for example &lt;a href="https://dev.appiancloud.com/suite/tempo/tasks/task/536877657"&gt;dev.appiancloud.com/.../536877657&lt;/a&gt; is the link which you have to build it , if you are planning to call it from tempo, the URL till &lt;a href="https://dev.appiancloud.com/suite/tempo/tasks/task/"&gt;dev.appiancloud.com/.../&lt;/a&gt; will remain the same, only thing changes is the last task ID so you can save this in constant and append only the task ID each time, in the mail wherever you wanted to. Let me know if you wanted any other information&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: task URL from task ID</title><link>https://community.appian.com/thread/45721?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 09:04:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52434d61-fe8e-4b01-920b-d7a5044b563d</guid><dc:creator>eliav</dc:creator><description>Yes, I have done these steps , but I don&amp;amp;#x27;t know how I can have the task link by task ID ?&lt;br /&gt;
Is there a function on something like that ? &lt;br /&gt;
I would like to put the exact URL in the mail, but I am not able to do that because I don&amp;amp;#x27;t see any helpful function &lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
Elia&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: task URL from task ID</title><link>https://community.appian.com/thread/45720?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 09:00:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d43f852c-0c12-4064-be38-230b5df65c05</guid><dc:creator>harshav</dc:creator><description>you can run a scheduler process whenever it is required and use a Execute process report smart service and get the task ID from the Report. and the report which is to be used to Task per Process report. Once that is obtained you can use the task ID and frame a link using ur appian home url. Post that use send email plugin and send the mails. Hope this helps!! :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>