1 Reply Latest reply on Oct 2, 2009 7:18 AM by ascandroli

    TaskControllerHandler in jBPM4 ?

      Hi all

      What would be the best way to port several TaskControllerHandler(s) from jBPM3 to jBPM4 ? is there a TaskControllerHandler alternative in jBPM4?

      Is extending the Task class still an option (as shown in http://www.infoq.com/articles/jBPM-user-interaction-pattern) ?
      Although I'd prefer a "decoupled" option because I have many different (in fact 6) TaskControllerHandler implementations.

      Thanks in advance.

        • 1. Re: TaskControllerHandler in jBPM4 ?

          Anyone? Any tips?
          This is what I'm trying to port:

           <task-node name="task-node1">
           <task name="Evaluate" swimlane="admin">
           <controller class="com.amneris.muba.jbpm.handlers.MubaTaskController" config-type="bean">
           <restrictions
           element-type="com.amneris.muba.jbpm.MubaPojoRestriction">
           <element>
           variable1, descripcion, HIDDEN
           </element>
           </restrictions>
           </controller>
           </task>
           <transition to="task-node2"></transition>
           </task-node>