<?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: Integration Activiti UserTask and JSF in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25512#M12610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;would you please have a big friendliness to show me where is the JSF app in SVN? May I take a look at it too? Because I couldn't find it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 18:14:53 GMT</pubDate>
    <dc:creator>ryu</dc:creator>
    <dc:date>2011-03-16T18:14:53Z</dc:date>
    <item>
      <title>Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25504#M12602</link>
      <description>Hi all,Our current project uses JSF and EJB to build applications… I see that Activiti has a nice web application called Activiti Explorer, which uses Spring MVC. With it, views can be called via a userTask and form data are mapped automatically into process's variables. So my question is, if it is</description>
      <pubDate>Wed, 02 Mar 2011 10:34:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25504#M12602</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2011-03-02T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25505#M12603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Explorer bascially calls the REST-API and then visualizes the result. That should be feasable with JSF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ronald has already implemented something with Activiti and JSF. i'm sure he will respond to this message &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:33:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25505#M12603</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-03-02T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25506#M12604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh thank you jbarrez, I haven't thought of this before &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; happy to hear something more from Ronald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:46:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25506#M12604</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2011-03-02T13:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25507#M12605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hahaha. I hate it when people know you too well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I already impemented something like this and it will be published around the release of 5.4 but it will be visible in svn on an earlier date, maybe next week. Itexplicitly does *not* use the rest api but CDI. Using rest here would be a waste of… well, time for sure since jsf components know java and not rest so wrappers needed to be created with no functionality… Yuck. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What will be available initially is custom components for tasklists (user and group), a task overview (like the left thing in the explorer) and functionality to render a form based on just the form properties in the processdefinition. These will be based on primefaces and use metawidget for the form.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 21:31:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25507#M12605</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-03-02T21:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25508#M12606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;haha It's really fun there&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;well, this is what I guess to integrate Activiti UserTask and JSF (well let me guess, if it is wrong please correct me):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A. Requirements: MVC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process can navigate the user from sites to sites via UserTask, of course performs EJB functions in the middle between userTask, select views and return data model back to the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;B. TODO:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Requests from user are sent to a &lt;/SPAN&gt;&lt;EM&gt;Controller&lt;/EM&gt;&lt;SPAN&gt; (a managed bean)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;EM&gt;Controller&lt;/EM&gt;&lt;SPAN&gt; creates process instance and user's request information are input as process variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Process instance executes, until it access to a &lt;/SPAN&gt;&lt;EM&gt;userTask&lt;/EM&gt;&lt;SPAN&gt;, a notify is send back to the &lt;/SPAN&gt;&lt;EM&gt;Controller&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OR the &lt;/SPAN&gt;&lt;EM&gt;Controller&lt;/EM&gt;&lt;SPAN&gt; waits in a while loop until a certain process variable saying that a userTask is entered (using getVariable….)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. &lt;/SPAN&gt;&lt;EM&gt;Controller&lt;/EM&gt;&lt;SPAN&gt; returns an according &lt;/SPAN&gt;&lt;EM&gt;form&lt;/EM&gt;&lt;SPAN&gt; of the userTask to the user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Process instance continues to the next activity.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 14:07:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25508#M12606</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2011-03-03T14:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25509#M12607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, basically it is that simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;3. Process instance executes, until it access to a &lt;EM&gt;userTask&lt;/EM&gt;, a notify is send back to the &lt;EM&gt;Controller&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; OR the &lt;EM&gt;Controller&lt;/EM&gt; waits in a while loop until a certain process variable saying that a userTask is entered (using getVariable….)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Or… When the user navigates back to his tasklist, it is retrieved again. No callbacks and i'd certainly not do loops&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 20:16:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25509#M12607</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-03-03T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25510#M12608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one last question. So when the user navigates back to his tasklist, he can see a task which requires his confirmation or form completion. So my question is: after he finished, the controller (managed bean) should trigger a function for the process instance to continue executing on the next task. Does the engine has such a function to &lt;/SPAN&gt;&lt;STRONG&gt;pause&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;replay&lt;/STRONG&gt;&lt;SPAN&gt; a process instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 10:28:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25510#M12608</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2011-03-09T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25511#M12609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So my question is: after he finished, the controller (managed bean) should trigger a function for the process instance to continue executing on the next task.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does the engine has such a function to &lt;STRONG&gt;pause&lt;/STRONG&gt; and &lt;STRONG&gt;replay&lt;/STRONG&gt; a process instance?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;not needed. I think you should experiment a little more with the taskservice and runtimeservice (and/or buy the activiti in action book) and you will see.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:02:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25511#M12609</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-03-09T18:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25512#M12610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;would you please have a big friendliness to show me where is the JSF app in SVN? May I take a look at it too? Because I couldn't find it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 18:14:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25512#M12610</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2011-03-16T18:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25513#M12611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes please note the SVN location for this as soon as it is in there … &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2011 21:49:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25513#M12611</guid>
      <dc:creator>thetoolman</dc:creator>
      <dc:date>2011-03-20T21:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25514#M12612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Congratulations on the 5.4 release! Did this feature (including Metawidget/PrimeFaces) make it into the release? I couldn't see the metawidget/primefaces JARs anywhere in the ZIP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, what are your future plans for this feature?&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;Richard.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 21:16:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25514#M12612</guid>
      <dc:creator>kennardconsulti</dc:creator>
      <dc:date>2011-04-01T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25515#M12613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No it has not,&amp;nbsp; and it will, like mentioned earlier, more likely be a separate addon like the grails one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to some priority changes within the company I work for and things I have to do privately, there has been to little time to work on it. There will be more time available the coming month, so I'll try to finish it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 06:31:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25515#M12613</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-04-04T06:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25516#M12614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay great. Please let me know if there is anything I can do to support you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently reworking Metawidget into a Maven build to give better control over dependencies, including being able to include just the parts you actually need (such as PrimeFaces, in your case). More details &lt;/SPAN&gt;&lt;A href="http://kennardconsulting.blogspot.com/2011/03/metawidget-full-speed-to-maven.html" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt; if you're interested.&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;Richard.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:58:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25516#M12614</guid>
      <dc:creator>kennardconsulti</dc:creator>
      <dc:date>2011-04-04T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25517#M12615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm doing a JSF 2.0 + Primefaces 3.0M1 + JPA 2.0 (EclipseLink) with Activiti 5.4 but not using any kind of dynamically generated forms…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;looking forward to see ronald.van.kuijk JSF project &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25517#M12615</guid>
      <dc:creator>luisalves00</dc:creator>
      <dc:date>2011-04-21T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Activiti UserTask and JSF</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25518#M12616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;i do the same work, i want to assigne a task to user&amp;nbsp; i use &amp;lt;f:metadata&amp;gt; to &lt;STRONG&gt;"#{businessProcess.startTask(taskId, true)}"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and when i click my button&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;action=" #{businessProcess.completeTask(true)}"&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;i have this erreur&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avertissement: StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;org.activiti.cdi.ActivitiCdiException: No task associated. Call businessProcess.startTask() first.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;need help pleas.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 10:26:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-activiti-usertask-and-jsf/m-p/25518#M12616</guid>
      <dc:creator>idireneyoucef</dc:creator>
      <dc:date>2017-04-09T10:26:03Z</dc:date>
    </item>
  </channel>
</rss>

