Tihomir Surdilovic [http://community.jboss.org/people/tsurdilovic] created the discussion
"Re: how to invoke Java class" To view the discussion, visit: http://community.jboss.org/message/616850#616850 -------------------------------------------------------------- Look at chapter 13 of the docs - http://docs.jboss.org/jbpm/v5.1/userguide/ch13.html http://docs.jboss.org/jbpm/v5.1/userguide/ch13.html. Specifically 13.2.4 Executing Service Nodes. Also looking at the workitem handler example in 13.2.4 when your process reaches the workitem node, the handler's executeWorkItem method gets called. This is all java code, so as long as you have your specific classes you want to call methods upon on the classpath, you can do whatever you want. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/616850#616850] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
