<?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 Handle Navigation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202039#M155169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear actviti developers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hope find all of you on good health, there's question i would ask yours. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- what is the status key that can help us to filter created tasks to which category that will be sorted ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- what is the task status value through activiti-rest api on which category there is ?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/runtime/tasks/{taskId" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/runtime/tasks/{taskId&lt;/A&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "assignee" : "kermit",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "createTime" : "2013-04-17T10:17:43.902+0000",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "delegationState" : "pending",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "description" : "Task description",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "dueDate" : "2013-04-17T10:17:43.902+0000",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "execution" : "&lt;/SPAN&gt;&lt;A href="http://localhost:8182/runtime/executions/5" rel="nofollow noopener noreferrer"&gt;http://localhost:8182/runtime/executions/5&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "id" : "8",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "name" : "My task",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "owner" : "owner",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "parentTask" : "&lt;/SPAN&gt;&lt;A href="http://localhost:8182/runtime/tasks/9" rel="nofollow noopener noreferrer"&gt;http://localhost:8182/runtime/tasks/9&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "priority" : 50,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "processDefinition" : "&lt;/SPAN&gt;&lt;A href="http://localhost:8182/repository/process-definitions/oneTaskProcess%3A1%3A4" rel="nofollow noopener noreferrer"&gt;http://localhost:8182/repository/process-definitions/oneTaskProcess%3A1%3A4&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "processInstance" : "&lt;/SPAN&gt;&lt;A href="http://localhost:8182/runtime/process-instances/5" rel="nofollow noopener noreferrer"&gt;http://localhost:8182/runtime/process-instances/5&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "suspended" : false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "taskDefinitionKey" : "theTask",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "url" : "&lt;/SPAN&gt;&lt;A href="http://localhost:8182/runtime/tasks/8" rel="nofollow noopener noreferrer"&gt;http://localhost:8182/runtime/tasks/8&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "tenantId" : null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;best regard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muhannad Hammad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 10:33:11 GMT</pubDate>
    <dc:creator>m_hammad</dc:creator>
    <dc:date>2014-07-24T10:33:11Z</dc:date>
    <item>
      <title>Handle Navigation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202039#M155169</link>
      <description>Dear actviti developers,hope find all of you on good health, there's question i would ask yours. - what is the status key that can help us to filter created tasks to which category that will be sorted ?- what is the task status value through activiti-rest api on which category there is ?&amp;nbsp; http://loc</description>
      <pubDate>Thu, 24 Jul 2014 10:33:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202039#M155169</guid>
      <dc:creator>m_hammad</dc:creator>
      <dc:date>2014-07-24T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Handle Navigation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202040#M155170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; - what is the status key that can help us to filter created tasks to which category that will be sorted ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean the category set by taskService.setCategory() ? or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 08:34:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202040#M155170</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-25T08:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Handle Navigation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202041#M155171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I mean task navigation (task status on inbox , my Task, queue, archived and involved)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2014 07:50:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202041#M155171</guid>
      <dc:creator>m_hammad</dc:creator>
      <dc:date>2014-07-27T07:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Handle Navigation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202042#M155172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to fetch the identity-links for a task, to know which user are candidate for it. OR only query tasks which are claimable by a certain group. Userguide for get runtime/tasks contains docs for this…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 08:23:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/handle-navigation/m-p/202042#M155172</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-07-29T08:23:36Z</dc:date>
    </item>
  </channel>
</rss>

