<?xml version="1.0" encoding="UTF-8"?> | | <process-definition | xmlns="" name="resignation"> | <swimlane name="Employee"></swimlane> | <swimlane name="Manager"> | <assignment expression="previous --> group(hierarchy) --> member(boss)"></assignment> | </swimlane> | <swimlane name="SBU Admin"> | <assignment expression="user(sbuadmin)"></assignment> | </swimlane> | <swimlane name="Librarian"> | <assignment expression="user(librarian)"></assignment> | </swimlane> | <swimlane name="Accountant"> | <assignment expression="user(accountant)"></assignment> | </swimlane> | <swimlane name="admin"> | <assignment expression="user(admin)"></assignment> | </swimlane> | <swimlane name="hr"> | <assignment expression="user(hr)"></assignment> | </swimlane> | <start-state name="Create new resignation application"> | <task name="Create new resignation application" swimlane="Employee"> | <controller> | <variable name="Name" access="read,write,required"></variable> | <variable name="PSNo" access="read,write,required"></variable> | <variable name="Department"></variable> | <variable name="Reason" access="read,write,required"></variable> | <variable name="Superiorid"></variable> | </controller> | </task> | <transition name="" to="Send Mail to sbu head and manager"></transition> | </start-state>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944822#3944822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944822 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
