<?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: Expose other fields to Task interface in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30552#M15698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because it was not able to set those properties programmatically. They were remnants of the old implementation we did when we worked on tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we will add in the near future, is a dudate for the task (== completion deadline).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2010 15:43:09 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2010-11-08T15:43:09Z</dc:date>
    <item>
      <title>Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30547#M15693</link>
      <description>Hi,By looking at H2 database schema of Activiti, the ACT_RU_TASK table has following columns:CREATE_TIME_START_DEADLINE_COMPLETION_DEADLINE_SKIPPABLE_ (Not sure purpose of this field)Why not expose these columns to Task interface? If CREATE_TIME_ column is expose, it should solve the problem of sort</description>
      <pubDate>Sat, 02 Oct 2010 13:25:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30547#M15693</guid>
      <dc:creator>limcheekin</dc:creator>
      <dc:date>2010-10-02T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30548#M15694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In beta 2, you can retrieve the start time of a task through the historicActivityInstance object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I agree it makes sense to expose the create time in the Task interface and in the query API. (the other properties were removed in beta2).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the Jira: &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-209" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-209&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 09:20:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30548#M15694</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-10-04T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30549#M15695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for creating the Jira to expose create time column.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had double checked and saw those columns in beta2. The schema.version = 5.0.beta2 in ACT_GE_PROPERTY table. The way I start the H2 database is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant h2.start&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant db.drop&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ant db create&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chee Kin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 10:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30549#M15695</guid>
      <dc:creator>limcheekin</dc:creator>
      <dc:date>2010-10-04T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30550#M15696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Then I will need to double check that. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:43:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30550#M15696</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-10-06T08:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30551#M15697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why have START_DEADLINE_ and COMPLETION_DEADLINE_ properties been removed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In beta 2, you can retrieve the start time of a task through the historicActivityInstance object.&lt;BR /&gt;&lt;BR /&gt;But I agree it makes sense to expose the create time in the Task interface and in the query API. (the other properties were removed in beta2).&lt;BR /&gt;Here's the Jira: &lt;A href="http://jira.codehaus.org/browse/ACT-209" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-209&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 15:08:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30551#M15697</guid>
      <dc:creator>fbarbon</dc:creator>
      <dc:date>2010-11-08T15:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30552#M15698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because it was not able to set those properties programmatically. They were remnants of the old implementation we did when we worked on tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we will add in the near future, is a dudate for the task (== completion deadline).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 15:43:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30552#M15698</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-11-08T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30553#M15699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Joram.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of semantics will task's duedate property have? I mean, what happens to the process when a task becomes "late"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some (standard) process event is triggered? The task state is changed by the system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Because it was not able to set those properties programmatically. They were remnants of the old implementation we did when we worked on tasks.&lt;BR /&gt;&lt;BR /&gt;What we will add in the near future, is a dudate for the task (== completion deadline).&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 11:58:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30553#M15699</guid>
      <dc:creator>fbarbon</dc:creator>
      <dc:date>2010-11-09T11:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expose other fields to Task interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30554#M15700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By default, I believe we shouldnt do nothing with (in the engine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it must be usable in for example a timer event, such that you can model what needs to happen when the duedate is passed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 16:30:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/expose-other-fields-to-task-interface/m-p/30554#M15700</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-11-09T16:30:48Z</dc:date>
    </item>
  </channel>
</rss>

