anonymous wrote : What needs to be done? Read the docu!?
see http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#nodetypenode: The type node serves the situation where you want to write your own code in a node. The nodetype node expects one subelement action. The action is executed when the execution arrives in the node. The code you write in the actionhandler can do anything you want but it is also responsible for propagating the execution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047903#4047903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047903 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
