I think that this is what you are looking for:

context.getToken().getName();

where context is the ExecutionContext in you ActionHandler

Remember if you don't have concurrent paths of execution(like if you use a 
fork) or a subprocess(like if you use a process-state), you only have one 
token.. and that token have a pointer to the current node.

Hope it helps

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161479#4161479

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161479
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to