<?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 can not transfer task property to next task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226370#M179500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i searched ways and methods to fill in some parameters/properties in the current task, and display it in read only in the next task;what i did is something like the below code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;&amp;lt;variable name="wf_cause" access="read,write" mapped-name="wf_cause" /&amp;gt;&lt;BR /&gt;executionContext.getContextInstance().setVariable("wf_cause","123456");&lt;BR /&gt;taskinstance.properties["wf:cause"]="cccccccc"; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately, none of them can work, i am so despairing&amp;nbsp; as i can not make it work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; the common property is defined in the aspect, even not defined in aspect can not work either. the version i am using now is community 3.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;your support is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2009 11:12:05 GMT</pubDate>
    <dc:creator>zzyyqq1</dc:creator>
    <dc:date>2009-10-29T11:12:05Z</dc:date>
    <item>
      <title>can not transfer task property to next task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226370#M179500</link>
      <description>i searched ways and methods to fill in some parameters/properties in the current task, and display it in read only in the next task;what i did is something like the below code:&amp;lt;variable name="wf_cause" access="read,write" mapped-name="wf_cause" /&amp;gt;executionContext.getContextInstance().setVariab</description>
      <pubDate>Thu, 29 Oct 2009 11:12:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226370#M179500</guid>
      <dc:creator>zzyyqq1</dc:creator>
      <dc:date>2009-10-29T11:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: can not transfer task property to next task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226371#M179501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;my issue resolved by following this instruction:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://anipossible3.blogspot.com/2007/09/alfresco-workflow-model-setup-features.html" rel="nofollow noopener noreferrer"&gt;http://anipossible3.blogspot.com/2007/09/alfresco-workflow-model-setup-features.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i found out the root cause now, it is caused by default property in model definition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="vacation:duration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;duration&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;&amp;lt;default&amp;gt;duration1111111&amp;lt;/default&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;after remove&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:#FF0000;"&gt;&amp;lt;default&amp;gt;duration1111111&amp;lt;/default&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;, the issue completely resolved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 07:21:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226371#M179501</guid>
      <dc:creator>zzyyqq1</dc:creator>
      <dc:date>2009-10-30T07:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: can not transfer task property to next task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226372#M179502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for posting this resolution.&amp;nbsp; I was having the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2009 01:45:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-not-transfer-task-property-to-next-task/m-p/226372#M179502</guid>
      <dc:creator>min</dc:creator>
      <dc:date>2009-11-01T01:45:45Z</dc:date>
    </item>
  </channel>
</rss>

