<?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 Task without Process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47560#M27010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As per the javadoc &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;[b]newTask[/b]&lt;BR /&gt;&lt;BR /&gt;Task newTask()&lt;BR /&gt;Creates a new task that is not related to any process instance. The returned task is transient and must be saved with saveTask(Task) 'manually'.&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a means to retrieve &lt;/SPAN&gt;&lt;STRONG&gt;ONLY &lt;/STRONG&gt;&lt;SPAN&gt;tasks &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;not associated&lt;/SPAN&gt;&lt;SPAN&gt; with any process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;taskService.createTaskQuery().processInstanceId(null).taskAssignee(userId)&lt;BR /&gt;taskService.createTaskQuery().processInstanceId("").taskAssignee(userId)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but neither of them seem to work for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 07:09:25 GMT</pubDate>
    <dc:creator>frankee787</dc:creator>
    <dc:date>2011-09-07T07:09:25Z</dc:date>
    <item>
      <title>Task without Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47560#M27010</link>
      <description>As per the javadoc [b]newTask[/b]Task newTask()Creates a new task that is not related to any process instance. The returned task is transient and must be saved with saveTask(Task) 'manually'.‍‍‍‍‍‍Is there a means to retrieve ONLY tasks not associated with any process?I triedtaskService.createTaskQu</description>
      <pubDate>Wed, 07 Sep 2011 07:09:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47560#M27010</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-09-07T07:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Task without Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47561#M27011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you must save new Task with one of your process Instances and after this work you can work with this Task :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; engine.getTaskService().saveTask(Task);&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 07:30:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47561#M27011</guid>
      <dc:creator>mhdshahdoost</dc:creator>
      <dc:date>2011-09-07T07:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Task without Process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47562#M27012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am saving the task. I can see it in the database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But on retrieving it , it comes along with the processes associated tasks. I would like to retrieve the NON-PROCESS associated tasks separately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 07:46:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-without-process/m-p/47562#M27012</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-09-07T07:46:16Z</dc:date>
    </item>
  </channel>
</rss>

