[jboss-user] [JBoss jBPM] - Re: Node events not getting fired?
jmjava
do-not-reply at jboss.com
Mon Sep 11 14:50:36 EDT 2006
i do have a class i just was not pointing to it :)
| <start-state name="create new web sale order">
| <task swimlane="buyer">
| <controller>
| <variable name="item"/>
| <variable name="quantity"/>
| <variable name="address"/>
| </controller>
| </task>
| <event type="node-leave">
| <script>
| System.out.println("Event was fired to node-leave on create new web sale order");
| </script>
| <action class="jbpmproto.EmailNotificationAction" name="action1"></action>
| </event>
| <transition name="Save and Forward to Salesman" to="evaluate web order" />
| </start-state>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970820#3970820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970820
More information about the jboss-user
mailing list