[jboss-user] [JBoss jBPM] - Add an ActionHandler to a Transition.

barjak do-not-reply at jboss.com
Sun Mar 4 19:12:23 EST 2007


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



More information about the jboss-user mailing list