<?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 Get a task's process definition name through query in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-a-task-s-process-definition-name-through-query/m-p/164132#M117893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Task object does not have a 'processDefinitionName' property (only 'processDefinitionID' ), so when I query for tasks and need to know the name of the process to which this task belongs I need to perform a second query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that I'm creating a query that may return thousands of tasks, so doing a query for each task to find out its process' name would be really painful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 18:52:25 GMT</pubDate>
    <dc:creator>felipe1</dc:creator>
    <dc:date>2013-11-22T18:52:25Z</dc:date>
    <item>
      <title>Get a task's process definition name through query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-a-task-s-process-definition-name-through-query/m-p/164132#M117893</link>
      <description>The Task object does not have a 'processDefinitionName' property (only 'processDefinitionID' ), so when I query for tasks and need to know the name of the process to which this task belongs I need to perform a second query.The problem is that I'm creating a query that may return thousands of tasks,</description>
      <pubDate>Fri, 22 Nov 2013 18:52:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-a-task-s-process-definition-name-through-query/m-p/164132#M117893</guid>
      <dc:creator>felipe1</dc:creator>
      <dc:date>2013-11-22T18:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get a task's process definition name through query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-a-task-s-process-definition-name-through-query/m-p/164133#M117894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A typical solution would be to get a list of process definitions in one query and then in the second query get the tasks. Then you can loop through all tasks and get the process definition name from the list you first queried.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 09:07:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-a-task-s-process-definition-name-through-query/m-p/164133#M117894</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-11-26T09:07:30Z</dc:date>
    </item>
  </channel>
</rss>

