Hello,

I'm using Jbpm 3.1.2

In the Jbpm manual, it is explained in part 9.5 how to attach an ActionHandler 
to a Transition, in the processdefinition.xml file. The example is as follow :

public class RemoveEmployeeUpdate implements ActionHandler {
  ...
}

<process-definition name="yearly evaluation">
...

  
    
  



...
</process-definition>

What I'm trying to do is actually to do the same, but programmatically. I can't 
find a method to do this, neither in Transition class or in ProcessDefinition 
class. Also, It's never an ActionHandler which is manipulated, but an Action 
(inherits of ActionHandler).

Thanks for any help you could give to me.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024952#4024952

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024952
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to