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