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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...