<?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 user task with custom UI implementation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/user-task-with-custom-ui-implementation/m-p/73174#M47697</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;SPAN&gt;I use a ext-js form for my user tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I store a java object in the process which I update based on whether user approves the task or not. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My object is like this : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;class Service implements Serializable {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private boolean authorized;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // getter &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // setter &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when the user approves it, the object is updated to authorized = true; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When user approves, I do the following in my backend code : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. retrieve the object through activiti api and call the setter .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. claim and complete the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what I observe is that, after the approval from user, I see authorized = true for the object. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But, my process behaves as if authorized = false. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why is this so. Why is that the process is not operating on the same object that I got through Activiti api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate any pointers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2012 00:02:34 GMT</pubDate>
    <dc:creator>sapra</dc:creator>
    <dc:date>2012-01-06T00:02:34Z</dc:date>
    <item>
      <title>user task with custom UI implementation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-task-with-custom-ui-implementation/m-p/73174#M47697</link>
      <description>Hi,I use a ext-js form for my user tasks.I store a java object in the process which I update based on whether user approves the task or not. My object is like this : class Service implements Serializable {&amp;nbsp;&amp;nbsp;&amp;nbsp; private boolean authorized;&amp;nbsp;&amp;nbsp;&amp;nbsp; // getter &amp;nbsp;&amp;nbsp;&amp;nbsp; // setter }when the user approves it, the obje</description>
      <pubDate>Fri, 06 Jan 2012 00:02:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-task-with-custom-ui-implementation/m-p/73174#M47697</guid>
      <dc:creator>sapra</dc:creator>
      <dc:date>2012-01-06T00:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: user task with custom UI implementation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-task-with-custom-ui-implementation/m-p/73175#M47698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because you do not set the variable again in the process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 00:12:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-task-with-custom-ui-implementation/m-p/73175#M47698</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-06T00:12:24Z</dc:date>
    </item>
  </channel>
</rss>

