<?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 Due Date in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26858#M13426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see that there is no property for a due date on the task as there was in jBPM 4. Are there any plans to add this in the near future or should this be handled differently?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually, a user should be able to sort their tasks by priority and due date, but at the moment I can't see how to do this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Walter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 16:40:40 GMT</pubDate>
    <dc:creator>walterjs</dc:creator>
    <dc:date>2011-01-20T16:40:40Z</dc:date>
    <item>
      <title>Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26858#M13426</link>
      <description>I see that there is no property for a due date on the task as there was in jBPM 4. Are there any plans to add this in the near future or should this be handled differently?Usually, a user should be able to sort their tasks by priority and due date, but at the moment I can't see how to do this. Thank</description>
      <pubDate>Thu, 20 Jan 2011 16:40:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26858#M13426</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-01-20T16:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26859#M13427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently, there is nothing planned to add the due-date to the Tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorting on priority however, is possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;taskService.createTaskQuery().assignee("kermit").orderByTaskPriority().desc();&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 18:31:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26859#M13427</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-01-20T18:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26860#M13428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if you want it, please create a jira to add a duedate property to the task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 07:54:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26860#M13428</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-21T07:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26861#M13429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Tom, actually I'm happy to use something else if there is an alternative. How do you see this working and how is it defined in the BPMN?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 08:19:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26861#M13429</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-01-21T08:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26862#M13430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not in the BPMN spec, and thats also the reason why we decided not to implement it in the past.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 08:36:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26862#M13430</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-21T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26863#M13431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And there is no BPMN construct or concept that can be used as an alternative? If so, I guess the best option is to create an activiti:extension to the userTask, because I cannot see how you would do without it unless you store variables in the process context and display them in the item discriptions or model timers and escalations for each activity.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 08:49:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26863#M13431</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-01-21T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26864#M13432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I think that BPMN spec does not define any advanced human task handling like escalations, deadlines etc. Such things can be defined using WS-HumanTasks spec. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is even special enumaration for such tasks in BPMN - implementation="HumanTaskWebService". We are considering using additional component implementing WS-HT for handling human tasks (this is how it's done in JBPM5 I believe), such as&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://incubator.apache.org/hise/" rel="nofollow noopener noreferrer"&gt;http://incubator.apache.org/hise/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; (currently the development slowed down as few core developers left)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:19:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26864#M13432</guid>
      <dc:creator>mproch</dc:creator>
      <dc:date>2011-01-21T09:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26865#M13433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created this JIRA in the meantime: &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-564" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-564&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Walter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 13:20:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26865#M13433</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-01-21T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26866#M13434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the setDueDate method missing from TaskService?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:26:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26866#M13434</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-04-06T11:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26867#M13435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Walter,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should just get the task, set the dueDate and save the task agian. In TaskListeners, you can just do delegateTask.setDueDate().&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 12:35:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26867#M13435</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-06T12:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26868#M13436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Frederik, that is what I'm doing at the moment. Just thought it strange that setPriority exists in the service, but setDueDate doesn't.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 13:16:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26868#M13436</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-04-06T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26869#M13437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see what you mean &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; Not sure actually why it's there. Probabily a shorthand to a operation that is performed quite often…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 13:19:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26869#M13437</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-06T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26870#M13438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With Activiti 5.10 change due date was possible with the following 2 lines&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;task.setDueDate(..)&lt;BR /&gt;ProcessEngines.getDefaultProcessEngine().getTaskService().save(task)&lt;/CODE&gt;&lt;SPAN&gt;With Activiti 5.11 we have the following exception on the line 2 :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Caused by: org.activiti.engine.ActivitiOptimisticLockingException: TaskEntity[109811] was updated by another transaction concurrently&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 04:52:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26870#M13438</guid>
      <dc:creator>maclab</dc:creator>
      <dc:date>2012-12-21T04:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Task Due Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26871#M13439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please create a new topic!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 07:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-due-date/m-p/26871#M13439</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-12-21T07:26:20Z</dc:date>
    </item>
  </channel>
</rss>

