<?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: ASSIGNEE_ AND OWNER AND DUE_DATE_ are not being copied on table ACT_HI_TASKINST in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32978#M13954</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82387"&gt;@Muskiehunter198&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Activiti v6 isn't supported anymore &amp;amp; in v7 (cloud) history is no longer enabled.&lt;/P&gt;
&lt;P&gt;Take care,&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 10:23:21 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-07-17T10:23:21Z</dc:date>
    <item>
      <title>ASSIGNEE_ AND OWNER AND DUE_DATE_ are not being copied on table ACT_HI_TASKINST</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32975#M13951</link>
      <description>Hi AllWe are using&amp;nbsp; user task Create Listener to set assignee and Due_DATE for a task&amp;nbsp;using following code:&amp;nbsp;onTaskAssignement(DelegateTask delegateTask){delegateTask.setDueDate(date);delegateTask.setAssignee('MR N');}This code was working on activiti 5.22 however we are now experiencing that the due</description>
      <pubDate>Wed, 11 Oct 2017 11:30:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32975#M13951</guid>
      <dc:creator>nikan_negaresh</dc:creator>
      <dc:date>2017-10-11T11:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGNEE_ AND OWNER AND DUE_DATE_ are not being copied on table ACT_HI_TASKINST</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32976#M13952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since upgraded to Activiti 6.0.0, OWNER_&amp;nbsp;and &amp;nbsp;CATEGORY_are not being copied on table ACT_HI_TASKINST anymore.&amp;nbsp; Was working fine before upgrade (5.17)&lt;/P&gt;&lt;P&gt;Do you have this problem solved?&lt;/P&gt;&lt;P&gt;Any body has the similar problem, and how you solve this?&lt;/P&gt;&lt;P&gt;Data in ACT_RU_TASK saved fine, but not in ACT_HI_TASKINST&amp;nbsp;&lt;/P&gt;&lt;P&gt;insert into ACT_HI_TASKINST ( ID_, PROC_DEF_ID_, PROC_INST_ID_, EXECUTION_ID_, NAME_, PARENT_TASK_ID_, DESCRIPTION_, OWNER_, ASSIGNEE_, START_TIME_,&lt;/P&gt;&lt;P&gt;CLAIM_TIME_, END_TIME_, DURATION_, DELETE_REASON_, TASK_DEF_KEY_, FORM_KEY_, PRIORITY_, DUE_DATE_, CATEGORY_, TENANT_ID_ ) values ( ?, ?, ?, ?, ?, ?, ?, ?,&lt;/P&gt;&lt;P&gt;?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) &lt;BR /&gt;insertHistoricTaskInstance:181 - ==&amp;gt;&amp;nbsp; value for OWNER_, CATEGORY_ are both null&lt;/P&gt;&lt;P&gt;insert into ACT_RU_TASK (ID_, REV_, NAME_, PARENT_TASK_ID_, DESCRIPTION_, PRIORITY_, CREATE_TIME_, OWNER_, ASSIGNEE_, DELEGATION_, EXECUTION_ID_,&lt;/P&gt;&lt;P&gt;PROC_INST_ID_, PROC_DEF_ID_, TASK_DEF_KEY_, DUE_DATE_, CATEGORY_, SUSPENSION_STATE_, TENANT_ID_, FORM_KEY_, CLAIM_TIME_) values (?, 1, ?, ?, ?, ?, ?, ?, ?,&lt;/P&gt;&lt;P&gt;?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )&lt;/P&gt;&lt;P&gt;insertTask:181 - ==&amp;gt; Parameters: value for OWNER_, CATEGORY_ are both good&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 02:31:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32976#M13952</guid>
      <dc:creator>greenleaf</dc:creator>
      <dc:date>2018-04-04T02:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGNEE_ AND OWNER AND DUE_DATE_ are not being copied on table ACT_HI_TASKINST</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32977#M13953</link>
      <description>&lt;P&gt;Did you ever find a solution to this?&amp;nbsp; Struggling with the same issue.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 13:30:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32977#M13953</guid>
      <dc:creator>Muskiehunter198</dc:creator>
      <dc:date>2020-07-15T13:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGNEE_ AND OWNER AND DUE_DATE_ are not being copied on table ACT_HI_TASKINST</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32978#M13954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82387"&gt;@Muskiehunter198&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Activiti v6 isn't supported anymore &amp;amp; in v7 (cloud) history is no longer enabled.&lt;/P&gt;
&lt;P&gt;Take care,&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:23:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assignee-and-owner-and-due-date-are-not-being-copied-on-table/m-p/32978#M13954</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-17T10:23:21Z</dc:date>
    </item>
  </channel>
</rss>

