<?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:       Hello , Team : How to add new property for user task like PRIORITY_ , and DUE_DATE_. I will really appericiate for your quick help and support. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4495#M2015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, I want to introduce new attribute in ACT_RU_TASK table. Please guide me for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 16:13:22 GMT</pubDate>
    <dc:creator>javadeveloper62</dc:creator>
    <dc:date>2017-01-24T16:13:22Z</dc:date>
    <item>
      <title>Hello , Team : How to add new property for user task like PRIORITY_ , and DUE_DATE_. I will really appericiate for your quick help and support.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4493#M2013</link>
      <description>Like PRIORITY_, and&amp;nbsp;DUE_DATE_ , &amp;nbsp;I want to introduce my new custom property for UserTask. I tried as per my understanding. I took the reference of&amp;nbsp;PRIORITY_ attribute. I can see my new attribute/property&amp;nbsp;in modeler design but not in ACT_RU_TASK table and&amp;nbsp;task object getter.</description>
      <pubDate>Tue, 24 Jan 2017 13:57:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4493#M2013</guid>
      <dc:creator>javadeveloper62</dc:creator>
      <dc:date>2017-01-24T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: 	 Hello , Team : How to add new property for user task like PRIORITY_ , and DUE_DATE_. I will really appericiate for your quick help and support.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4494#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give us a little more detail of what you have done to date.&lt;/P&gt;&lt;P&gt;It sounds as though all you have done is add a custom property in the modeler which will impact the BPMN definition that is ultimately deployed.&lt;/P&gt;&lt;P&gt;For custom service tasks this is usually enough as the service implementation knows how to understand the extension elements injected into the BPMN.&lt;/P&gt;&lt;P&gt;However if you are looking to extend a standard User task, you will need to update the BPMN parser, ActivityBehavior handler, Entity definition and myBatis mappings.&lt;/P&gt;&lt;P&gt;A fairly straight forward, but non trivial exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I have misunderstood your requirement.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:43:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4494#M2014</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-24T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re:       Hello , Team : How to add new property for user task like PRIORITY_ , and DUE_DATE_. I will really appericiate for your quick help and support.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4495#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, I want to introduce new attribute in ACT_RU_TASK table. Please guide me for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4495#M2015</guid>
      <dc:creator>javadeveloper62</dc:creator>
      <dc:date>2017-01-24T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: 	 Hello , Team : How to add new property for user task like PRIORITY_ , and DUE_DATE_. I will really appericiate for your quick help and support.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4496#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be aware, doing this will break any upgrade in the future.&lt;/P&gt;&lt;P&gt;1. Update table schema&lt;/P&gt;&lt;P&gt;2. Update the iBatis mappings (under resources in activiti-engine module)&lt;/P&gt;&lt;P&gt;3. Update TaskEntoty and TaskEntityManager classes in&amp;nbsp;org.activiti.engine.impl.persistence.entity&lt;/P&gt;&lt;P&gt;4. Update all unit tests that will now fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that should do it.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 23:37:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hello-team-how-to-add-new-property-for-user-task-like-priority/m-p/4496#M2016</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-02-17T23:37:27Z</dc:date>
    </item>
  </channel>
</rss>

