1 Reply Latest reply on Feb 26, 2008 1:30 PM by pmuir

    Generic Task List with SEAM and JPDL

    centuriusde

      Dear all,


      I have defined a JDPL process with two tasks InputCustomerData and VerifyCustomerData each comes with a dedicated method that must be called from the worklist by an user.


      I only found examples where the method call is hardwired in the code such as:



      <h:commandLink action="#{customerinfomrationfile.inputCustomerData()}">
      <h:commandButton value="Execute Task"/>
      <f:param name="taskId" value="#{task.id}"/>
      </h:commandLink>


      Therefore, I asked if it is possible to store the method that must be called as part of the jPDL process definition?
      I tried it with action expressions, but it seams this does not work, or am I wrong?


      Cheers