<?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 find all (active and inactive) assigned tasks ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80428#M53680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you wanna get the future task, so you can prepare for these.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In accordance with the theory of the Workflow, you only retrive the created task currentlly, but if you wanna get these, you can parse the process definition xml file manually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 06:54:41 GMT</pubDate>
    <dc:creator>chaoyy</dc:creator>
    <dc:date>2012-04-25T06:54:41Z</dc:date>
    <item>
      <title>How to find all (active and inactive) assigned tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80426#M53678</link>
      <description>Hi people &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;I've seen on the userguide I could find all the tasks assigned to me by the query :List&amp;lt;Task&amp;gt; tasks = taskService.createTaskQuery().taskCandidateUser("myName").list();This works well for "active" human tasks but i wanted to know how to find all the tasks assigned to me even if they</description>
      <pubDate>Tue, 24 Apr 2012 16:08:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80426#M53678</guid>
      <dc:creator>vire7777</dc:creator>
      <dc:date>2012-04-24T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all (active and inactive) assigned tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80427#M53679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;if they are not active for the moment.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you meen by this in detail? Not started, ones that you might need to do in the future? Or tasks already done?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 19:56:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80427#M53679</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-04-24T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all (active and inactive) assigned tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80428#M53680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you wanna get the future task, so you can prepare for these.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In accordance with the theory of the Workflow, you only retrive the created task currentlly, but if you wanna get these, you can parse the process definition xml file manually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 06:54:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80428#M53680</guid>
      <dc:creator>chaoyy</dc:creator>
      <dc:date>2012-04-25T06:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all (active and inactive) assigned tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80429#M53681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In fact i want all the tasks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The ones i have already done, the ones i would do in the future and the tasks i have to do to right now for one process !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, no other solution than parsing the process xml file ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, how to know all the launched process i m involved in ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By, first, finding all the lanched process instances, then reading the xml file of each process (because many types of process could be launched) and, finally, check each tasks of them to see if i am the owner…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not very easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 08:37:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80429#M53681</guid>
      <dc:creator>vire7777</dc:creator>
      <dc:date>2012-04-25T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all (active and inactive) assigned tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80430#M53682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why do you want to know this upfront? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To me it is kind of normal to expect to parse something if I want to know what *might* happen in the future… How do you know which paths would be taken in processes if it is based on steps in the processetc… There is no generic mechanism to know this and therefor not easy…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 14:27:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-all-active-and-inactive-assigned-tasks/m-p/80430#M53682</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-04-25T14:27:07Z</dc:date>
    </item>
  </channel>
</rss>

