[JBoss-user] [JBoss jBPM] - Re: Getting previous Node?

2006-05-09 Thread cwad0000
thanks tansdale, i ended up saving the node name in each node in a process variable, not very pretty, would have been nicer if I could find out how the path in hte workflow was. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3942118#3942118 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: Getting previous Node?

2006-05-08 Thread tansdale
each node has a set of arriving transition, and each transition has a original node. u can get a arriving transition and get the arriving node. example: Set arrivingtransitions = node.getArrivingTransitions(); // i dont know who to use Set ; // u can get a transition from the