[jboss-user] [JBoss jBPM] - Node events not getting fired?
jmjava
do-not-reply at jboss.com
Mon Sep 11 14:34:22 EDT 2006
I have altered the demo app to trigger an action on leave-node
<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">
| <action name="action1">jbpmproto.EmailNotificationAction</action>
| </event>
| <transition name="Save and Forward to Salesman" to="evaluate web order" />
| </start-state>
|
but the Action is never getting called when i leave via the transition.
Is there something wrong with my syntax?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970817#3970817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970817
More information about the jboss-user
mailing list