<?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: Not able to get task form propery values in TaskListner in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116014#M81819</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;I have creted Jira and attached sample process to it, Please find below the link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACT-1376 - Not able to get Task form related values in Tasklistner &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 11:59:37 GMT</pubDate>
    <dc:creator>bhupendra1</dc:creator>
    <dc:date>2012-09-18T11:59:37Z</dc:date>
    <item>
      <title>Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116007#M81812</link>
      <description>Hi,I am using Activiti 5.10 version. I have user task defined with form.I want to capture the task from values in my task listner associated with this task, so that i can save those values in database.I am using below code to get the task form property values.(User is providing inputs to the fields</description>
      <pubDate>Sun, 16 Sep 2012 16:49:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116007#M81812</guid>
      <dc:creator>bhupendra1</dc:creator>
      <dc:date>2012-09-16T16:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116008#M81813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide hints on this if anyone has faced similar situation. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 07:31:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116008#M81813</guid>
      <dc:creator>bhupendra1</dc:creator>
      <dc:date>2012-09-17T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116009#M81814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The form values are saved to your process as process variables. Try to fetch the variable value, instead of using the form service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:10:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116009#M81814</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-17T15:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116010#M81815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to retirve a form values associated with task using exeuction like below, but it is still null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;task.getExecution().getVariable("Name"));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:33:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116010#M81815</guid>
      <dc:creator>bhupendra1</dc:creator>
      <dc:date>2012-09-17T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116011#M81816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, then something probably is wrong when you save the form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you pass the form values/variables to the activiti engine?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:35:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116011#M81816</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-17T15:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116012#M81817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When user opens the task, he is presented with fields(these are from the form associated with task).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;He fills in the fields and complete the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On completion of the task, I am invoking the Tasklistner and in that Tasklistner&amp;nbsp; i am tyring to fetch the form values which are &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;filled by user. The code which i pasted in first post is able to get the form names correclty but it seems that its not pickuping the updated values of the form fields. Seems to be bug to me but not sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idean what can be done here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 16:01:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116012#M81817</guid>
      <dc:creator>bhupendra1</dc:creator>
      <dc:date>2012-09-17T16:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116013#M81818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mmm could you reproduce it with a very simple process (one task) and simple form, and create a Jira for it? That would help me getting to the issue real quick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 09:19:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116013#M81818</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-18T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116014#M81819</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;I have creted Jira and attached sample process to it, Please find below the link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACT-1376 - Not able to get Task form related values in Tasklistner &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 11:59:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116014#M81819</guid>
      <dc:creator>bhupendra1</dc:creator>
      <dc:date>2012-09-18T11:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get task form propery values in TaskListner</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116015#M81820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The link to issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1376" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1376&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 12:02:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-get-task-form-propery-values-in-tasklistner/m-p/116015#M81820</guid>
      <dc:creator>bhupendra1</dc:creator>
      <dc:date>2012-09-18T12:02:15Z</dc:date>
    </item>
  </channel>
</rss>

