<?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 Form Properties with expressions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193732#M146862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When using properties of forms in user tasks with expressions, when I get the value of the property, this is obtained from the expression. But when sending a new value to the property, this is not propagated back to the expression. Is there any way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;activiti: formProperty id = "pname" name = "pname" type = "string" expression = "#{person.name}" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 14:12:50 GMT</pubDate>
    <dc:creator>german_tejero</dc:creator>
    <dc:date>2015-01-29T14:12:50Z</dc:date>
    <item>
      <title>Form Properties with expressions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193732#M146862</link>
      <description>When using properties of forms in user tasks with expressions, when I get the value of the property, this is obtained from the expression. But when sending a new value to the property, this is not propagated back to the expression. Is there any way?For example:&amp;lt;activiti: formProperty id = "pname"</description>
      <pubDate>Thu, 29 Jan 2015 14:12:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193732#M146862</guid>
      <dc:creator>german_tejero</dc:creator>
      <dc:date>2015-01-29T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Form Properties with expressions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193733#M146863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please explain what you mean with 'sending a new value to the property'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:52:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193733#M146863</guid>
      <dc:creator>yvoswillens</dc:creator>
      <dc:date>2015-02-02T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Form Properties with expressions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193734#M146864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I run:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Map &amp;lt;String, String&amp;gt; properties = new HasMap &amp;lt;&amp;gt; ();&lt;BR /&gt;properties.put ("pname", "test");&lt;BR /&gt;formService.submitTaskFormData (taskid, properties);&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;The value of property "pname" is not propagated to the expression # {person.name}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my poor English.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 14:18:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193734#M146864</guid>
      <dc:creator>german_tejero</dc:creator>
      <dc:date>2015-02-02T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Form Properties with expressions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193735#M146865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you try and reproduce this behaviour in a unit test?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because what you're describing should work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As stated here; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.activiti.org/userguide/#formProperties" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#formProperties&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Form property street will be mapped to Java bean property street in process variable address as a String"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvo&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 14:55:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-properties-with-expressions/m-p/193735#M146865</guid>
      <dc:creator>yvoswillens</dc:creator>
      <dc:date>2015-02-02T14:55:30Z</dc:date>
    </item>
  </channel>
</rss>

