I was under the impression that if I set the expression to user(buyer) for example, then the actorIdExpression would be "buyer" as this makes sense. I have to say, the docs on all this stuff are very lacking. There's so many posts asking for something fairly simple which jBPM can do but its just hard to find. The designer doesn't show a lot of the useful attributes and features that are possible directly in the source.
Both the swimlane and start node are very simple: | <swimlane name="buyer"> | <assignment expression="user(buyer)"></assignment> | </swimlane> | | <start-state name="bought"> | <task name="bought task" swimlane="buyer"> | <controller> | <variable name="manufacturer" access="read,write,required"></variable> | <variable name="name" access="read,write,required"></variable> | </controller> | </task> | <transition name="copy into db table" to="arrives"> | <action name="db copy" class="action.BoughtActionHandler" config-type="bean"></action> | </transition> | </start-state> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944528#3944528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944528 ------------------------------------------------------- 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
