<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to generate URL for displaying task details in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122641#M86362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My workflow contains an action that sends a message to person when the new task is assigned to him/her.&lt;BR /&gt;&lt;BR /&gt;I stuck on generating an URL for the tasks. I can't figure out what is the URL for referencing a task from email. When accessing task from "My Alfresco" page it look URL-unfriendly &lt;A href="http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest me the pattern for URL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at Jeff Potts' guide here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://ecmarchitect.com/archives/2007/11/19/785" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/archives/2007/11/19/785&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Near the end of the pdf, he shows an example of accessing stuff directly from email. Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 15:30:22 GMT</pubDate>
    <dc:creator>poptarts</dc:creator>
    <dc:date>2008-02-11T15:30:22Z</dc:date>
    <item>
      <title>how to generate URL for displaying task details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122639#M86360</link>
      <description>My workflow contains an action that sends a message to person when the new task is assigned to him/her.I stuck on generating an URL for the tasks. I can't figure out what is the URL for referencing a task from email. When accessing task from "My Alfresco" page it look URL-unfriendly http://localhost</description>
      <pubDate>Fri, 09 Nov 2007 12:41:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122639#M86360</guid>
      <dc:creator>vladimir_kovaly</dc:creator>
      <dc:date>2007-11-09T12:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to generate URL for displaying task details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122640#M86361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found something here &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/URL_Addressability" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/URL_Addressability&lt;/A&gt;&lt;SPAN&gt; but I can not build working url basing on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I constructed something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/command/ui/managetask?id=taskId&amp;amp;type=taskType" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/command/ui/managetask?id=taskId&amp;amp;type=taskType&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/command/ui/managetask?id=jbpm$2&amp;amp;type={http://www.alfresco.org/model/workflow/1.0}submitAdhocTask" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/command/ui/managetask?id=jbpm$2&amp;amp;type={http://www.alfresco.org/model/workflow/1.0}submitAdhocTask&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but it works only if I log in before I use this url.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 22:48:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122640#M86361</guid>
      <dc:creator>raweck</dc:creator>
      <dc:date>2008-02-08T22:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to generate URL for displaying task details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122641#M86362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My workflow contains an action that sends a message to person when the new task is assigned to him/her.&lt;BR /&gt;&lt;BR /&gt;I stuck on generating an URL for the tasks. I can't figure out what is the URL for referencing a task from email. When accessing task from "My Alfresco" page it look URL-unfriendly &lt;A href="http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest me the pattern for URL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at Jeff Potts' guide here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://ecmarchitect.com/archives/2007/11/19/785" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/archives/2007/11/19/785&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Near the end of the pdf, he shows an example of accessing stuff directly from email. Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 15:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-url-for-displaying-task-details/m-p/122641#M86362</guid>
      <dc:creator>poptarts</dc:creator>
      <dc:date>2008-02-11T15:30:22Z</dc:date>
    </item>
  </channel>
</rss>

