| How do you embed Java code in your JPDL ? |
| Written by Mark S. | |||||
|
You can use a BeanShell expression to add a Java script in your JPDL process definition, you can use the <script> tag ex: <process-definition> <event type="node-enter"> <script> System.out.println("Entered node"+node); </script> </event> ... </process-definition> You can use in your script all process variables created plus the following process variables :
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


